Hi folks,
I'm creating a TreeCombobox, when activated, the pulldown contains a JTree instead of a list.
I was going to implement the pulldown as a JPanel, and place it in the JLayeredPane.POPUP_LAYER but I discovered that the panel is truncated at the window's borders.
Real Swing components that use popups, such as JMenus and JCombox, extend beyond any window's border. What is the best way to duplicate this behavior?
I figure that there is no way to remove the "frame" from a JDialog, is that true?
Charlweed
