diff options
author | eteq <[email protected]> | 2006-08-01 20:39:01 +0000 |
---|---|---|
committer | eteq <[email protected]> | 2006-08-01 20:39:01 +0000 |
commit | 93a15554115adc759630d11e628f7a2cfb52b1b3 (patch) | |
tree | 52a7bb5b71504babb5159d378b049a3d67a4a45c /src/net/java/joglutils | |
parent | 32e6c6c1441f985c6907cbebdec9a6973c248864 (diff) |
added GLJFrame netbeans form
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@5 83d24430-9974-4f80-8418-2cc3294053b9
Diffstat (limited to 'src/net/java/joglutils')
-rw-r--r-- | src/net/java/joglutils/GLJFrame.form | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/net/java/joglutils/GLJFrame.form b/src/net/java/joglutils/GLJFrame.form new file mode 100644 index 0000000..f7944ca --- /dev/null +++ b/src/net/java/joglutils/GLJFrame.form @@ -0,0 +1,35 @@ +<?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> + <Events> + <EventHandler event="componentResized" listener="java.awt.event.ComponentListener" parameters="java.awt.event.ComponentEvent" handler="formComponentResized"/> + </Events> + <AuxValues> + <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> + <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"/> + <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,1,44,0,0,1,-112"/> + </AuxValues> + + <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> + <SubComponents> + <Component class="java.awt.Canvas" name="mainCanvas"> + <AuxValues> + <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new GLCanvas(caps,chooser,contextToShareWith,null);"/> + <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="mainCanvas.setSize(500,500);"/> + </AuxValues> + <Constraints> + <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> + <BorderConstraints direction="Center"/> + </Constraint> + </Constraints> + </Component> + </SubComponents> +</Form> |