Class BasicDesktopPaneUI

Direct Known Subclasses:
SynthDesktopPaneUI

public class BasicDesktopPaneUI extends DesktopPaneUI
Basic L&F for a desktop.
  • Field Details

    • desktop

      protected JDesktopPane desktop
      The instance of JDesktopPane.
    • desktopManager

      protected DesktopManager desktopManager
      The instance of DesktopManager.
    • minimizeKey

      @Deprecated protected KeyStroke minimizeKey
      Deprecated.
      As of 1.3.
      As of Java 2 platform v1.3 this previously undocumented field is no longer used. Key bindings are now defined by the LookAndFeel, please refer to the key bindings specification for further details.
    • maximizeKey

      @Deprecated protected