can any one tell how to open an mutltiple popup window in the same screen
You could construct a JPopupMenu and populate it with JMenuItems or other
JMenus the same way you would create a JMenu. Then display it anywhere
you want a a JFrame or JWindow or JDialog.
Comment