-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
m3, 1.1, 1.2.0
-
generic, sparc
-
generic, solaris_2.5.1, solaris_10
JDK1.1 has the limitation where Windows must be parented from Frames,
which restricts swing to always use lightweight/mediumwieght menus in
modal dialogs (a heavyweight window wouldn't be able to get input
because it would have to be parented from a input-blocked frame while
the dialog is up).
JDK1.2 AWT allows Windows to be parented directly from Dialogs, so
Swing should change the menu implementation so that heavyweight menus
are supported inside dialogs for 1.2.
which restricts swing to always use lightweight/mediumwieght menus in
modal dialogs (a heavyweight window wouldn't be able to get input
because it would have to be parented from a input-blocked frame while
the dialog is up).
JDK1.2 AWT allows Windows to be parented directly from Dialogs, so
Swing should change the menu implementation so that heavyweight menus
are supported inside dialogs for 1.2.
- duplicates
-
JDK-4137230 JComboBox gets clipped in JTable
- Closed
-
JDK-4243866 JPopupMenus are clipped by modal dialogs but not non-modal dialogs
- Resolved