-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Verified
Bugid 4346272 (which was fixed in Kestrel-Solaris) appears in Merlin build 48,
but not in Ladybird build 13.
Below is the Description from 4346272:
A frame in the ICONIFIED state is not displayed as an icon, but as an
open window. This bug appears on JDK1.3 Solaris and Linux, but not on Windows.
This is not a bug on JDK1.2.2 Solaris and Linux.
To reproduce the bug, run this test:
import java.awt.Frame;
class TestFrame
{
public static void main( String[] args ) {
Frame frame = new Frame();
frame.setBounds(400,200,100,100);
frame.setState(java.awt.Frame.ICONIFIED);
frame.show();
}
}
but not in Ladybird build 13.
Below is the Description from 4346272:
A frame in the ICONIFIED state is not displayed as an icon, but as an
open window. This bug appears on JDK1.3 Solaris and Linux, but not on Windows.
This is not a bug on JDK1.2.2 Solaris and Linux.
To reproduce the bug, run this test:
import java.awt.Frame;
class TestFrame
{
public static void main( String[] args ) {
Frame frame = new Frame();
frame.setBounds(400,200,100,100);
frame.setState(java.awt.Frame.ICONIFIED);
frame.show();
}
}