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