-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 1.4.0
-
Component/s: client-libs
-
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.