Thursday 12 September 2013

Hide a JFrame and run an other class in the background?

Hide a JFrame and run an other class in the background?

Is it possible to hide my JFrame window and start an main method from
another class in an action like this?
Here the code of the action:
private AbstractAction start = new AbstractAction("start") {
@Override
public void actionPerformed(ActionEvent arg0) {
}
};

No comments:

Post a Comment