setBounds(options.getX(), options.getY(), options.getWidth(),
options.getHeight());
}
if (options.getOpenTips() && !byCommandLine) {
TipsDialog tips = new TipsDialog(this, options.getOpenTips());
tips.show();
tips.toFront(); // somehow assure, that the TipsDialog is the top
// window an MacOS
}
System.err.println("8. finalizing...");
applyComponentOrientation(GanttLanguage.getInstance()