Warning: Can't use blame annotator:
svn blame failed on trunk/src/event/editor/AudioPanel.form: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator-scriptbuilder/trunk/src/event/editor/AudioPanel.form @ 92

Revision 92, 4.6 KB checked in by bmcguffin, 9 years ago (diff)

Removed superfluous "Remove" buttons on several panels.

Removed interface "RemovablePanel?" as it was no longer necessary or useful; removed related methods from classes implementing it.

RevLine 
1<?xml version="1.0" encoding="UTF-8" ?>
2
3<Form version="1.5" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4  <AuxValues>
5    <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/>
6    <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/>
7    <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/>
8    <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/>
9    <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/>
10    <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="2"/>
11    <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/>
12    <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/>
13    <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/>
14  </AuxValues>
15
16  <Layout>
17    <DimensionLayout dim="0">
18      <Group type="103" groupAlignment="0" attributes="0">
19          <Group type="102" alignment="0" attributes="0">
20              <EmptySpace max="-2" attributes="0"/>
21              <Group type="103" groupAlignment="0" attributes="0">
22                  <Component id="jLabel1" min="-2" max="-2" attributes="0"/>
23                  <Component id="jLabel2" alignment="0" min="-2" max="-2" attributes="0"/>
24              </Group>
25              <EmptySpace max="-2" attributes="0"/>
26              <Group type="103" groupAlignment="0" attributes="0">
27                  <Group type="102" alignment="0" attributes="0">
28                      <Component id="audioFileText" min="-2" pref="395" max="-2" attributes="0"/>
29                      <EmptySpace max="-2" attributes="0"/>
30                      <Component id="browseButton" pref="93" max="32767" attributes="0"/>
31                  </Group>
32                  <Component id="audioLengthText" alignment="0" pref="497" max="32767" attributes="0"/>
33              </Group>
34              <EmptySpace max="-2" attributes="0"/>
35          </Group>
36      </Group>
37    </DimensionLayout>
38    <DimensionLayout dim="1">
39      <Group type="103" groupAlignment="0" attributes="0">
40          <Group type="102" alignment="0" attributes="0">
41              <EmptySpace min="-2" pref="41" max="-2" attributes="0"/>
42              <Group type="103" groupAlignment="3" attributes="0">
43                  <Component id="audioFileText" alignment="3" min="-2" max="-2" attributes="0"/>
44                  <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/>
45                  <Component id="browseButton" alignment="3" min="-2" max="-2" attributes="0"/>
46              </Group>
47              <EmptySpace max="-2" attributes="0"/>
48              <Group type="103" groupAlignment="3" attributes="0">
49                  <Component id="audioLengthText" alignment="3" min="-2" max="-2" attributes="0"/>
50                  <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/>
51              </Group>
52              <EmptySpace max="32767" attributes="0"/>
53          </Group>
54      </Group>
55    </DimensionLayout>
56  </Layout>
57  <SubComponents>
58    <Component class="javax.swing.JLabel" name="jLabel1">
59      <Properties>
60        <Property name="text" type="java.lang.String" value="Audio File"/>
61      </Properties>
62    </Component>
63    <Component class="javax.swing.JTextField" name="audioFileText">
64      <Properties>
65        <Property name="toolTipText" type="java.lang.String" value="The path to the audio file"/>
66      </Properties>
67    </Component>
68    <Component class="javax.swing.JLabel" name="jLabel2">
69      <Properties>
70        <Property name="text" type="java.lang.String" value="Length"/>
71      </Properties>
72    </Component>
73    <Component class="javax.swing.JFormattedTextField" name="audioLengthText">
74      <Properties>
75        <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor">
76          <Format subtype="1" type="0"/>
77        </Property>
78      </Properties>
79    </Component>
80    <Component class="javax.swing.JButton" name="browseButton">
81      <Properties>
82        <Property name="text" type="java.lang.String" value="Browse"/>
83        <Property name="toolTipText" type="java.lang.String" value="Browse for the audio file"/>
84      </Properties>
85      <Events>
86        <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="browse"/>
87      </Events>
88    </Component>
89  </SubComponents>
90</Form>
Note: See TracBrowser for help on using the repository browser.