pop up window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dranilkumar
    New Member
    • Jul 2007
    • 1

    #1

    pop up window

    hi

    can any one tell how to open an mutltiple popup window in the same screen
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by dranilkumar
    hi

    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.

    kind regards,

    Jos

    Comment

    Working...