javax.swing.plaf.basic

Class BasicInternalFrameTitlePane.SizeAction

public class BasicInternalFrameTitlePane.SizeAction extends AbstractAction

This action is responsible for sizing 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
SizeAction()
Creates a new action.
Method Summary
voidactionPerformed(ActionEvent e)
This method is called when the user wants to resize the JInternalFrame.

Constructor Detail

SizeAction

public SizeAction()
Creates a new action.

Method Detail

actionPerformed

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

Parameters: e The ActionEvent.