*
* @see Config
*/
private void initWindow(ImageIcon icon, JMenuBar rootMenuBar, JToolBar toolBar, String config,
ResourceBundle bundle){
s = new Splash(10, bundle);
glassPane = new WaitFrame(CommonsI18n.tr("Loading in progress..."));
s.start();
this.setSize(appliSize);
this.setLocationRelativeTo(this.getParent());