javax.swing.plaf.basic
Class BasicInternalFrameTitlePane.MaximizeAction
java.lang.Object
javax.swing.AbstractAction
javax.swing.plaf.basic.BasicInternalFrameTitlePane.MaximizeAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- BasicInternalFrameTitlePane
public class BasicInternalFrameTitlePane.MaximizeAction
- extends AbstractAction
This Action is responsible for maximizing the JInternalFrame.
- See Also:
- Serialized Form
BasicInternalFrameTitlePane.MaximizeAction
public BasicInternalFrameTitlePane.MaximizeAction()
- Creates a new action.
actionPerformed
public void actionPerformed(ActionEvent e)
- This method is called when the user wants to maximize the
JInternalFrame.
- Parameters:
e
- The ActionEvent.