if (dlg==null) {
dlg=new JDialog(ApplicationContext.getInstance().getDefaultDialogOwner(),
ResourceFactory.getString(ACTION_SCALE_PANE_NAME),
false);
dlg.setLayout(new BorderLayout());
dlg.add(new ScalePane(), BorderLayout.CENTER);
dlg.setSize(new Dimension(550, 220));
}
if (dlg.isVisible()) {
dlg.toFront();