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