javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.MoveAction

public class BasicInternalFrameTitlePane.MoveAction extends AbstractAction

This Action is responsible for dragging the JInternalFrame.

UNKNOWN: Apparently this class was intended to be protected, but was made public by a compiler bug and is now public for compatibility.

Constructor Summary
MoveAction()
Creates a new action.
Method Summary
voidactionPerformed(ActionEvent e)
This method is called when the user wants to drag the JInternalFrame.

Constructor Detail

MoveAction

public MoveAction()
Creates a new action.

Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
This method is called when the user wants to drag the JInternalFrame.

Parameters: e The ActionEvent.