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.
======================================================================