| | |
| | | { |
| | | public void run() |
| | | { |
| | | // Setup MacOSX native menu bar before AWT is loaded. |
| | | Utils.setMacOSXMenuBar(getFrameTitle()); |
| | | SplashScreen.main(args); |
| | | returnValue[0] = 0; |
| | | try |
| | | { |
| | | // Setup MacOSX native menu bar before AWT is loaded. |
| | | Utils.setMacOSXMenuBar(getFrameTitle()); |
| | | SplashScreen.main(args); |
| | | returnValue[0] = 0; |
| | | } |
| | | catch (Throwable t) |
| | | { |
| | | t.printStackTrace(); |
| | | } |
| | | } |
| | | }); |
| | | /* |
| | |
| | | * problems with the display environment. |
| | | */ |
| | | PrintStream printStream = System.err; |
| | | System.setErr(new EmptyPrintStream()); |
| | | //System.setErr(new EmptyPrintStream()); |
| | | t.start(); |
| | | try |
| | | { |