scripting: [deprecation] show() in Window has been deprecated

Change-Id: I1c157ebbfa0c307fd92c0a2d26e7d530be8ea9da
Reviewed-on: https://gerrit.libreoffice.org/11437
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
This commit is contained in:
rbuj
2014-09-14 01:02:05 +02:00
committed by Thomas Arnhold
parent f39ed4c680
commit a28ad55a30

View File

@@ -256,7 +256,7 @@ public class ScriptEditorForBeanShell
this.model.setView(this.view);
initUI();
frame.show();
frame.setVisible(true);
}
private void showErrorMessage(String message) {