741742743744745746747748749750751
} }); compilerThread.setName("GWTCompiler Thread"); compilerThread.start(); loggerWindow.run(); // Even if the tree logger window is closed, we wait for the compiler // to finish. waitForThreadToTerminate(compilerThread);
541542543544545546547548549550551
6364656667686970717273
732733734735736737738739740741742
535536537538539540541542543544545
} }); compilerThread.setName("GWTCompiler Thread"); compilerThread.start(); loggerWindow.run(); // Even if the tree logger window is closed, we wait for the // compiler // to finish. waitForThreadToTerminate(compilerThread);