REGRESSION: Window has Frame decorations in CDE

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.3.0, 1.4.0
    • Component/s: 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.

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

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: