}
}
if (JMConstants.IS_NIGHTLY_BUILD)
if (SWTPreferences.getInstance().isNightlyBuildWarning()){
NightlyBuildWarningWindow warning_window = new NightlyBuildWarningWindow(shell);
warning_window.getCoreComponents();
warning_window.initUIComponents();
}
// show log messages
new JMThread(new JMRunnable() {
public void JMRun() {