3738394041424344
public GuiRestoreListener() { this(null); } public GuiRestoreListener(JFrame parent) { dialog = new RestoreDialog(parent, "Restoring data ...", false ); dialog.setVisible(true); }