68697071727374757677
try { configFile = new ConfigFile(); documentFile = new DocumentFile(); lang = new Lang(); imageUtil = new ImageUtil(); waitWindow = new WaitWindow(); } catch (OKMException ex) { new ErrorForm(ex); } };
517518519520521522523524525
waitWindow.setVisible(false); } public static Component getWaitWindow() { if (waitWindow==null) { waitWindow = new WaitWindow(); } return waitWindow; }