Class ActivePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ActivePanel extends JPanel
A JPanel that listens for focus and changes color based on the active and inactive colors defined in the provided
invalid reference
com.explodingpixels.WidgetColorScheme
See Also:
  • Constructor Details

  • Method Details

    • initialize

      protected void initialize()
    • paint

      public void paint(Graphics g)
      Overrides:
      paint in class JComponent