Starts the program and loads an optional XML file. @param args String[]
(String[] args)
| 359 | * @param args String[] |
| 360 | */ |
| 361 | public static void main(String[] args) { |
| 362 | final QMSuperpositionApp app = new QMSuperpositionApp(); |
| 363 | AnimationControl.createApp(app,args); |
| 364 | app.customize(); |
| 365 | } |
| 366 | } |