Class AboutButton

All Implemented Interfaces:
ActionListener, MouseListener, ImageObserver, ItemSelectable, MenuContainer, Serializable, EventListener, Accessible, SwingConstants

public class AboutButton extends AbstractToolBarButton implements ActionListener
A specific button for the "about" action.
Author:
Zleurtor
See Also:
  • Constructor Details

    • AboutButton

      public AboutButton() throws IOException
      Constructs a new "about" button.
      Throws:
      IOException - If an Input/Output errors occurs during icon reading.
  • Method Details