Class Button

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, SwingConstants

public class Button extends JButton
Custom Button on the WinButton Panel
See Also:
  • Constructor Details

    • Button

      public Button()
      Constructor to create a new button
  • Method Details

    • paint

      public void paint(Graphics grphcs)
      Override the paint method of the button to create a round button
      Overrides:
      paint in class JComponent
      Parameters:
      grphcs -