diff options
author | eteq <[email protected]> | 2006-08-22 07:34:12 +0000 |
---|---|---|
committer | eteq <[email protected]> | 2006-08-22 07:34:12 +0000 |
commit | 00d0057e205ff9514135122a726715a45ce53fbd (patch) | |
tree | a0d1a618923d4880bab971be3a77d4d6eb1f49b4 /src/net/java | |
parent | 81592f66a3d9f4ff3ca75acb879ede0a1dc75259 (diff) |
cosmetic changes to GLJFrame and re-build
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@14 83d24430-9974-4f80-8418-2cc3294053b9
Diffstat (limited to 'src/net/java')
-rw-r--r-- | src/net/java/joglutils/GLJFrame.form | 4 | ||||
-rw-r--r-- | src/net/java/joglutils/GLJFrame.java | 1 |
2 files changed, 1 insertions, 4 deletions
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);
|