public final class TodoApp extends Application
app.framework
.Constructor and Description |
---|
TodoApp() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Boot up the
TodoApp . |
protected void |
start(javax.swing.JFrame frame)
Start the
TodoApp . |
protected void start(javax.swing.JFrame frame)
TodoApp
.start
in class Application
frame
- The main frame of the TodoApp
.public static void main(java.lang.String[] args)
TodoApp
.args
- Runtime arguments.