Closedown

This commit is contained in:
sfop
2016-08-29 12:16:05 +02:00
parent c417a85676
commit a541ff8f27
9 changed files with 113 additions and 77 deletions

View File

@@ -310,7 +310,8 @@ public class Cameras extends Panel {
editor.setTitle(cameraName);
EditorDialog dlg = editor.getDialog(getTopLevel(), false);
dlg.setSize(480, 640);
showWindow(dlg);
dlg.setVisible(true);
SwingUtils.centerComponent(this, dlg);
}
} catch(Exception ex){
showException(ex);