131913201321132213231324132513261327132813291330
); } public static void showAbout() { ComboFrame frame = getActiveFrame(); AboutDialog about = new AboutDialog(frame); about.centerOnScreen(); about.setVisible(true); if (LicenseChecker.getLicenseKey() == null) { LicenseChecker.license(); } }