Class FullScreenAction

java.lang.Object
javax.swing.AbstractAction
org.loboevolution.menu.view.FullScreenAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class FullScreenAction extends AbstractAction

FullScreenAction class.

See Also:
  • Constructor Details

    • FullScreenAction

      public FullScreenAction(BrowserFrame frame)

      Constructor for FullScreenAction.

      Parameters:
      frame - a BrowserFrame object.
  • Method Details

    • actionPerformed

      public void actionPerformed(ActionEvent e)