| <?xml version="1.0" encoding="UTF-8" ?> |
| |
| <!-- |
| |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| |
| --> |
| |
| <Form version="1.0" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> |
| <SyntheticProperties> |
| <SyntheticProperty name="formSizePolicy" type="int" value="1"/> |
| </SyntheticProperties> |
| <Events> |
| <EventHandler event="windowClosing" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="exitForm"/> |
| </Events> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout"/> |
| <SubComponents> |
| <Container class="javax.swing.JPanel" name="jPanel1"> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="South"/> |
| </Constraint> |
| </Constraints> |
| |
| <Layout class="org.netbeans.modules.form.compat2.layouts.DesignFlowLayout"/> |
| <SubComponents> |
| <Component class="javax.swing.JButton" name="jButton1"> |
| <Properties> |
| <Property name="text" type="java.lang.String" value="Stop"/> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> |
| </Events> |
| </Component> |
| <Component class="javax.swing.JButton" name="jButton2"> |
| <Properties> |
| <Property name="text" type="java.lang.String" value="Clear"/> |
| </Properties> |
| <Events> |
| <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> |
| </Events> |
| </Component> |
| </SubComponents> |
| </Container> |
| <Component class="javax.swing.JLabel" name="jLabel1"> |
| <Properties> |
| <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> |
| <Font name="Dialog" size="36" style="1"/> |
| </Property> |
| <Property name="horizontalAlignment" type="int" value="0"/> |
| <Property name="text" type="java.lang.String" value="jLabel1"/> |
| </Properties> |
| <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> |
| <Component class="javax.swing.JProgressBar" name="jProgressBar1"> |
| <AuxValues> |
| <AuxValue name="JavaCodeGenerator_CreateCodePost" type="java.lang.String" value="jProgressBar1.setMaximum(MAX_COUNT);"/> |
| </AuxValues> |
| <Constraints> |
| <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout" value="org.netbeans.modules.form.compat2.layouts.DesignBorderLayout$BorderConstraintsDescription"> |
| <BorderConstraints direction="North"/> |
| </Constraint> |
| </Constraints> |
| </Component> |
| </SubComponents> |
| </Form> |