Class Button

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

public final class Button extends JButton
See Also:
  • Constructor Details

    • Button

      public Button()
  • Method Details

    • isPaintBackground

      public boolean isPaintBackground()
    • setPaintBackground

      public void setPaintBackground(boolean paintBackground)
    • getEvent

      public Event getEvent()
    • setEvent

      public void setEvent(Event event)
    • paint

      public void paint(Graphics grphcs)
      Overrides:
      paint in class JComponent
    • getColorSelected

      public Color getColorSelected()
    • setColorSelected

      public void setColorSelected(Color colorSelected)