-
Bug
-
Resolution: Fixed
-
P3
-
1.3.0, 1.4.0
-
beta
-
generic
-
solaris_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2033678 | 1.3.0 | Das Das | P3 | Closed | Fixed | sol-beta |
Name: dsR10078 Date: 04/25/2000
###@###.###
The fix for the bug #4313607 introduced a serious regression:
Window has Frame decorations in CDE.
The problem can be reproduced with the following test case:
----------------- Test.java ---------------------------
import java.awt.Window;
import java.awt.Frame;
public class Test {
public static void main(String[] args) {
final Frame frame = new Frame();
final Window window = new Window(frame);
window.setBounds(100, 100, 300, 300);
window.setVisible(true);
}
}
-----------------------------------------------------
======================================================================
Name: dsR10078 Date: 05/03/2000
###@###.###
Under fvwm Windows always had decorations.
======================================================================
- backported by
-
JDK-2033678 REGRESSION: Window has Frame decorations in CDE
-
- Closed
-
- relates to
-
JDK-4313607 JDK_1.3.b01/x86: Non-resizable attribute gets resizable behavior in Openwin env.
-
- Resolved
-