Closedown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user