Class NexusFrame

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
NexusWebFrame

public class NexusFrame extends JFrame
See Also:
  • Constructor Details

    • NexusFrame

      public NexusFrame()
    • NexusFrame

      public NexusFrame(String title)
    • NexusFrame

      public NexusFrame(boolean isVisible)
    • NexusFrame

      public NexusFrame(String title, boolean isVisible)
  • Method Details

    • setTitleColors

      public void setTitleColors(Color background, Color foreground)
    • setTitlebar

      public void setTitlebar(String title, Color background, Color foreground, Image icon)
    • setTitlebar

      public void setTitlebar(String title, Color background, Color foreground, List<Image> icons)