-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
P3
-
None
-
Affects Version/s: 1.2.0
-
Component/s: client-libs
-
sparc
-
solaris_2.5.1
Name: aaC67449 Date: 12/08/97
Constructor JInternalFrame(DesctopPane,boolean,boolean,boolean,boolean) doesn't set iconifiable variable to true.
------------Example--------
import java.awt.swing.*;
public class Test {
public static void main( String argv[] ) {
JInternalFrame f=new JInternalFrame("",true,true,true,true);
if(!f.isIconifiable())
System.out.println("FAILED");
else
System.out.println("PASSED");
}
}
------------Output----------
FAILED
------
======================================================================
- duplicates
-
JDK-4093049 The JInternalFrame("JIF", true, true, true, true) does not work correctly.
-
- Closed
-