Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4333014

REGRESSION: Window has Frame decorations in CDE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.4.0
    • 1.3.0, 1.4.0
    • client-libs
    • beta
    • generic
    • solaris_7



        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.

        ======================================================================

              dassunw Das Das (Inactive)
              dassunw Das Das (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: