446447448449450451452453454455456
} ); frame.setVisible ( true ); try { new EventPump ( frame ).start (); } catch ( final Throwable throwable ) { throw new RuntimeException ( throwable ); }