be.ugent.caagt.swirl.actions
Class ShowWindow
AbstractAction
be.ugent.caagt.swirl.actions.ShowWindow
public class ShowWindow
extends AbstractAction
Action that makes a particular window visible (if it was not) and brings it
to the front.
ShowWindow(Window window) - Create an action of this type for the given window.
|
void | actionPerformed(ActionEvent e) - Makes the associated window visible and brings it to the front.
|
window
protected final Window window
ShowWindow
public ShowWindow(Window window)
Create an action of this type for the given window.
actionPerformed
public void actionPerformed(ActionEvent e)
Makes the associated window visible and brings it to the front.