fulmine.demo
Class DemoApp
java.lang.Object
fulmine.demo.DemoApp
public final class DemoApp
- extends Object
A GUI application for demonstrating the abilities of the system.
- Author:
- Ramon Servadei
Method Summary |
static void |
main(String[] args)
|
void |
start()
Creates all necessary GUI components. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DemoApp
public DemoApp()
start
public void start()
throws Exception
- Creates all necessary GUI components. It is rather monolithic but this is
purely a demo app (so does that mean good design principles should be
abandoned!? No, but its hard to get good component based designs when
constructing GUI components...not an excuse, just a statement of fact and
being an advocate of the 80/20 rule its better not to over engineer
this).
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2007-2009. All Rights Reserved.