diff options
-rw-r--r-- | build/joglutilsnb.jar | bin | 97307 -> 97254 bytes | |||
-rw-r--r-- | src/net/java/joglutils/GLJFrame.form | 4 | ||||
-rw-r--r-- | src/net/java/joglutils/GLJFrame.java | 1 |
3 files changed, 1 insertions, 4 deletions
diff --git a/build/joglutilsnb.jar b/build/joglutilsnb.jar Binary files differindex ca707fd..3281861 100644 --- a/build/joglutilsnb.jar +++ b/build/joglutilsnb.jar diff --git a/src/net/java/joglutils/GLJFrame.form b/src/net/java/joglutils/GLJFrame.form index f7944ca..d4d64e1 100644 --- a/src/net/java/joglutils/GLJFrame.form +++ b/src/net/java/joglutils/GLJFrame.form @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <Form version="1.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="3"/> - </Properties> <SyntheticProperties> <SyntheticProperty name="formSizePolicy" type="int" value="1"/> </SyntheticProperties> @@ -12,6 +9,7 @@ </Events> <AuxValues> <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> + <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/> <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> diff --git a/src/net/java/joglutils/GLJFrame.java b/src/net/java/joglutils/GLJFrame.java index d9a1615..5760e60 100644 --- a/src/net/java/joglutils/GLJFrame.java +++ b/src/net/java/joglutils/GLJFrame.java @@ -186,7 +186,6 @@ public class GLJFrame extends JFrame { private void initComponents() {
mainCanvas = new GLCanvas(caps,chooser,contextToShareWith,null);
- setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
addComponentListener(new java.awt.event.ComponentAdapter() {
public void componentResized(java.awt.event.ComponentEvent evt) {
formComponentResized(evt);
|