452453454455456457458459
JOptionPane.ERROR_MESSAGE); } private void showProfileDialog() { ProfileListDialog dialog = new ProfileListDialog(this, profileManager, msgs); dialog.setVisible(true); }