JDK-4151789 : setResizable(false) causes JFrame's minimizable icon to disappear
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.0.1,1.1.6,1.1.7
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic,solaris_2.6
  • CPU: generic,sparc
  • Submitted: 1998-06-24
  • Updated: 1999-06-22
  • Resolved: 1999-06-22
Related Reports
Relates :  
Description
I have a component that is derived from JFrame.

Setting the resizable property to false (using setResizable(false)) causes the minimize icon on CDE to disappear.

However, on OpenWindows() and Windows NT this works fine.

Unfortunately, my product is shipping on CDE only.

Comments
WORK AROUND Use JDK 1.1.4.
11-06-2004

EVALUATION hans.muller@Eng 1998-06-24 JFrame doesn't override setResizable and it just inherits from Frame so this must be an AWT bug. I don't think this is a P2. It looks like a change was made in 1.1.5 to remove both the minimize and the maximize buttons for a non-resizable Frame. Only maximize should have been removed. david.mendenhall@eng 1998-06-30 This was fixed in 1.1.8 and 1.2.2. david.mendenhall@eng 1999-06-22
30-06-1998