public static class Frame.Creator extends Object implements Runnable
Constructor and Description |
---|
Frame.Creator(CleanSheets app)
Creates a new frame creator.
|
Modifier and Type | Method and Description |
---|---|
Frame |
createAndWait()
Creates a component on the AWT event dispatching thread.
|
void |
createLater()
Asks the event queue to create a component at a later time.
|
void |
run() |
public Frame.Creator(CleanSheets app)
app
- the CleanSheets applicationpublic Frame createAndWait()
public void createLater()