184318441845184618471848184918501851
/** * Shows the application settings dialog * */ protected void ShowSettings() { DlgSettings dlg = new DlgSettings(this); dlg.setVisible(true); }