Added a dialog title
This commit is contained in:
parent
d17d09df31
commit
36171e0872
@ -3,6 +3,7 @@
|
||||
<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JDialogFormInfo">
|
||||
<Properties>
|
||||
<Property name="defaultCloseOperation" type="int" value="2"/>
|
||||
<Property name="title" type="java.lang.String" value="Edit Asset"/>
|
||||
<Property name="modal" type="boolean" value="true"/>
|
||||
</Properties>
|
||||
<SyntheticProperties>
|
||||
|
@ -74,6 +74,7 @@ public class AssetEditorDialog extends EscDialog {
|
||||
assetEditorPanel = new opensesim.gui.AssetEditor.AssetEditorPanel();
|
||||
|
||||
setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
|
||||
setTitle("Edit Asset");
|
||||
setModal(true);
|
||||
|
||||
cancelButton.setText("Cancel");
|
||||
|
Loading…
Reference in New Issue
Block a user