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

Nimbus LAF should support window decorations

XMLWordPrintable

      A DESCRIPTION OF THE REQUEST :
      Nimbus currently (as of 6u10 build 13) does not support window decorations. I.e. getSupportsWindowDecorations() returns false and as expected in that case,
      frame.setUndecorated(true);
      frame.getRootPane().setWindowDecorationStyle(JRootPane.FRAME);
      results in a JFrame with no decorations.


      JUSTIFICATION :
      Since the Nimbus look and feel clashes with the platforms native look and feel in many cases, the combination of platform native decorations and nimbus controls can look awkward. Nimbus already has decorations for internal frames, perhaps it would not take much to support top-level window decorations so an application using the Nimbus look and feel can have a consistent look.

            peterz Peter Zhelezniakov
            ndcosta Nelson Dcosta (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: