-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
None
-
beta
-
generic
-
generic
Create a JFrame with...
JFrame.setDefaultLookAndFeelDecorated(true);
JFrame.setResizable(false);
Notice that the maximize decoration appears and that the frame can still be resized by dragging the corners.
JFrame.setDefaultLookAndFeelDecorated(true);
JFrame.setResizable(false);
Notice that the maximize decoration appears and that the frame can still be resized by dragging the corners.