This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 33948
Collapse All | Expand All

(-)src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.form (-15 / +13 lines)
Lines 1-39 Link Here
1
<?xml version="1.0" encoding="UTF-8" ?>
1
<?xml version="1.0" encoding="UTF-8" ?>
2
2
3
<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
3
<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4
  <SyntheticProperties>
4
  <AuxValues>
5
    <SyntheticProperty 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"/>
5
    <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"/>
6
  </SyntheticProperties>
6
  </AuxValues>
7
7
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
9
  <SubComponents>
9
  <SubComponents>
10
    <Component class="javax.swing.JTextArea" name="jTextArea1">
10
    <Component class="javax.swing.JTextArea" name="jTextArea1">
11
      <Properties>
11
      <Properties>
12
        <Property name="wrapStyleWord" type="boolean" value="true"/>
12
        <Property name="columns" type="int" value="40"/>
13
        <Property name="lineWrap" type="boolean" value="true"/>
14
        <Property name="editable" type="boolean" value="false"/>
13
        <Property name="editable" type="boolean" value="false"/>
15
        <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
16
          <Color blue="99" green="66" red="66" type="rgb"/>
17
        </Property>
18
        <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
14
        <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
19
          <Connection code="javax.swing.UIManager.getFont (&quot;Label.font&quot;)" type="code"/>
15
          <Connection code="javax.swing.UIManager.getFont (&quot;Label.font&quot;)" type="code"/>
20
        </Property>
16
        </Property>
17
        <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
18
          <Color blue="99" green="66" red="66" type="rgb"/>
19
        </Property>
20
        <Property name="lineWrap" type="boolean" value="true"/>
21
        <Property name="rows" type="int" value="4"/>
21
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
22
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
22
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/Bundle.properties" key="SystemCatalogCustomizer.readOnly.text" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
23
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/Bundle.properties" key="SystemCatalogCustomizer.readOnly.text" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
23
        </Property>
24
        </Property>
24
        <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
25
        <Property name="wrapStyleWord" type="boolean" value="true"/>
25
          <Connection code="javax.swing.UIManager.getColor (&quot;Label.foreground&quot;)" type="code"/>
26
        </Property>
27
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
28
          <Dimension value="[300, 50]"/>
29
        </Property>
30
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
26
        <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
31
          <Border info="null"/>
27
          <Border info="null"/>
32
        </Property>
28
        </Property>
29
        <Property name="disabledTextColor" type="java.awt.Color" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
30
          <Connection code="javax.swing.UIManager.getColor (&quot;Label.foreground&quot;)" type="code"/>
31
        </Property>
33
        <Property name="enabled" type="boolean" value="false"/>
32
        <Property name="enabled" type="boolean" value="false"/>
34
        <Property name="opaque" type="boolean" value="false"/>
33
        <Property name="opaque" type="boolean" value="false"/>
35
      </Properties>
34
      </Properties>
36
37
      <AuxValues>
35
      <AuxValues>
38
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTextArea(){&#xa;    public boolean isFocusTraversable(){&#xa;        return false;&#xa;    }&#xa;};"/>
36
        <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTextArea(){&#xa;    public boolean isFocusTraversable(){&#xa;        return false;&#xa;    }&#xa;};"/>
39
      </AuxValues>
37
      </AuxValues>
(-)src/org/netbeans/modules/xml/catalog/impl/SystemCatalogCustomizer.java (-5 / +6 lines)
Lines 48-62 Link Here
48
48
49
        setLayout(new java.awt.GridBagLayout());
49
        setLayout(new java.awt.GridBagLayout());
50
50
51
        jTextArea1.setWrapStyleWord(true);
51
        jTextArea1.setColumns(40);
52
        jTextArea1.setLineWrap(true);
53
        jTextArea1.setEditable(false);
52
        jTextArea1.setEditable(false);
54
        jTextArea1.setForeground(new java.awt.Color(102, 102, 153));
55
        jTextArea1.setFont(javax.swing.UIManager.getFont ("Label.font"));
53
        jTextArea1.setFont(javax.swing.UIManager.getFont ("Label.font"));
54
        jTextArea1.setForeground(new java.awt.Color(102, 102, 153));
55
        jTextArea1.setLineWrap(true);
56
        jTextArea1.setRows(4);
56
        jTextArea1.setText(Util.THIS.getString ("SystemCatalogCustomizer.readOnly.text"));
57
        jTextArea1.setText(Util.THIS.getString ("SystemCatalogCustomizer.readOnly.text"));
57
        jTextArea1.setDisabledTextColor(javax.swing.UIManager.getColor ("Label.foreground"));
58
        jTextArea1.setWrapStyleWord(true);
58
        jTextArea1.setPreferredSize(new java.awt.Dimension(300, 50));
59
        jTextArea1.setBorder(null);
59
        jTextArea1.setBorder(null);
60
        jTextArea1.setDisabledTextColor(javax.swing.UIManager.getColor ("Label.foreground"));
60
        jTextArea1.setEnabled(false);
61
        jTextArea1.setEnabled(false);
61
        jTextArea1.setOpaque(false);
62
        jTextArea1.setOpaque(false);
62
        gridBagConstraints = new java.awt.GridBagConstraints();
63
        gridBagConstraints = new java.awt.GridBagConstraints();
(-)src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.form (-13 / +9 lines)
Lines 1-23 Link Here
1
<?xml version="1.0" encoding="UTF-8" ?>
1
<?xml version="1.0" encoding="UTF-8" ?>
2
2
3
<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
3
<Form version="1.0" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
4
  <SyntheticProperties>
4
  <AuxValues>
5
    <SyntheticProperty 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"/>
5
    <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"/>
6
  </SyntheticProperties>
6
  </AuxValues>
7
7
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
8
  <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/>
9
  <SubComponents>
9
  <SubComponents>
10
    <Component class="javax.swing.JLabel" name="locationLabel">
10
    <Component class="javax.swing.JLabel" name="locationLabel">
11
      <Properties>
11
      <Properties>
12
        <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor">
12
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
13
          <Color blue="0" green="0" id="black" palette="1" red="0" type="palette"/>
13
          <Connection code="locationTextField" type="code"/>
14
        </Property>
14
        </Property>
15
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
15
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
16
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="CatalogCustomizer.locationLabel.text" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
16
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="CatalogCustomizer.locationLabel.text" replaceFormat="Util.THIS.getString (&quot;{key}&quot;)"/>
17
        </Property>
17
        </Property>
18
        <Property name="labelFor" type="java.awt.Component" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
19
          <Connection code="locationTextField" type="code"/>
20
        </Property>
21
      </Properties>
18
      </Properties>
22
      <Constraints>
19
      <Constraints>
23
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
20
        <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription">
Lines 27-38 Link Here
27
    </Component>
24
    </Component>
28
    <Component class="javax.swing.JTextField" name="locationTextField">
25
    <Component class="javax.swing.JTextField" name="locationTextField">
29
      <Properties>
26
      <Properties>
30
        <Property name="columns" type="int" value="20"/>
27
        <Property name="columns" type="int" value="40"/>
31
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
28
        <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
32
          <Dimension value="[220, 20]"/>
29
          <Dimension value="[440, 20]"/>
33
        </Property>
30
        </Property>
34
      </Properties>
31
      </Properties>
35
36
      <Events>
32
      <Events>
37
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="locationTextFieldActionPerformed"/>
33
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="locationTextFieldActionPerformed"/>
38
        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="locationTextFieldFocusLost"/>
34
        <EventHandler event="focusLost" listener="java.awt.event.FocusListener" parameters="java.awt.event.FocusEvent" handler="locationTextFieldFocusLost"/>
Lines 49-55 Link Here
49
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="PROP_choose_file" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
45
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="PROP_choose_file" replaceFormat="java.util.ResourceBundle.getBundle(&quot;{bundleNameSlashes}&quot;).getString(&quot;{key}&quot;)"/>
50
        </Property>
46
        </Property>
51
      </Properties>
47
      </Properties>
52
53
      <Events>
48
      <Events>
54
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
49
        <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="selectButtonActionPerformed"/>
55
      </Events>
50
      </Events>
Lines 68-74 Link Here
68
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="HINT_pp" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
63
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="HINT_pp" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
69
        </Property>
64
        </Property>
70
      </Properties>
65
      </Properties>
71
72
      <Events>
66
      <Events>
73
        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="preferCheckBoxStateChanged"/>
67
        <EventHandler event="stateChanged" listener="javax.swing.event.ChangeListener" parameters="javax.swing.event.ChangeEvent" handler="preferCheckBoxStateChanged"/>
74
      </Events>
68
      </Events>
Lines 80-85 Link Here
80
    </Component>
74
    </Component>
81
    <Component class="javax.swing.JTextArea" name="descTextArea">
75
    <Component class="javax.swing.JTextArea" name="descTextArea">
82
      <Properties>
76
      <Properties>
77
        <Property name="columns" type="int" value="40"/>
83
        <Property name="editable" type="boolean" value="false"/>
78
        <Property name="editable" type="boolean" value="false"/>
84
        <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
79
        <Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
85
          <Connection code="javax.swing.UIManager.getFont (&quot;Label.font&quot;)" type="code"/>
80
          <Connection code="javax.swing.UIManager.getFont (&quot;Label.font&quot;)" type="code"/>
Lines 88-93 Link Here
88
          <Color blue="99" green="66" red="66" type="rgb"/>
83
          <Color blue="99" green="66" red="66" type="rgb"/>
89
        </Property>
84
        </Property>
90
        <Property name="lineWrap" type="boolean" value="true"/>
85
        <Property name="lineWrap" type="boolean" value="true"/>
86
        <Property name="rows" type="int" value="4"/>
91
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
87
        <Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
92
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="DESC_catalog_fmts" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
88
          <ResourceString bundle="org/netbeans/modules/xml/catalog/impl/sun/Bundle.properties" key="DESC_catalog_fmts" replaceFormat="Util.THIS.getString(&quot;{key}&quot;)"/>
93
        </Property>
89
        </Property>
(-)src/org/netbeans/modules/xml/catalog/impl/sun/CatalogCustomizer.java (-26 / +40 lines)
Lines 61-86 Link Here
61
        preferCheckBox = new javax.swing.JCheckBox();
61
        preferCheckBox = new javax.swing.JCheckBox();
62
        descTextArea = new javax.swing.JTextArea();
62
        descTextArea = new javax.swing.JTextArea();
63
63
64
        FormListener formListener = new FormListener();
65
64
        setLayout(new java.awt.GridBagLayout());
66
        setLayout(new java.awt.GridBagLayout());
65
67
66
        locationLabel.setForeground(java.awt.Color.black);
67
        locationLabel.setText(Util.THIS.getString ("CatalogCustomizer.locationLabel.text"));
68
        locationLabel.setLabelFor(locationTextField);
68
        locationLabel.setLabelFor(locationTextField);
69
        locationLabel.setText(Util.THIS.getString ("CatalogCustomizer.locationLabel.text"));
69
        add(locationLabel, new java.awt.GridBagConstraints());
70
        add(locationLabel, new java.awt.GridBagConstraints());
70
71
71
        locationTextField.setColumns(20);
72
        locationTextField.setColumns(40);
72
        locationTextField.setPreferredSize(new java.awt.Dimension(220, 20));
73
        locationTextField.setPreferredSize(new java.awt.Dimension(440, 20));
73
        locationTextField.addActionListener(new java.awt.event.ActionListener() {
74
        locationTextField.addActionListener(formListener);
74
            public void actionPerformed(java.awt.event.ActionEvent evt) {
75
        locationTextField.addFocusListener(formListener);
75
                locationTextFieldActionPerformed(evt);
76
            }
77
        });
78
79
        locationTextField.addFocusListener(new java.awt.event.FocusAdapter() {
80
            public void focusLost(java.awt.event.FocusEvent evt) {
81
                locationTextFieldFocusLost(evt);
82
            }
83
        });
84
76
85
        gridBagConstraints = new java.awt.GridBagConstraints();
77
        gridBagConstraints = new java.awt.GridBagConstraints();
86
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
78
        gridBagConstraints.fill = java.awt.GridBagConstraints.HORIZONTAL;
Lines 89-99 Link Here
89
        add(locationTextField, gridBagConstraints);
81
        add(locationTextField, gridBagConstraints);
90
82
91
        selectButton.setText(java.util.ResourceBundle.getBundle("org/netbeans/modules/xml/catalog/impl/sun/Bundle").getString("PROP_choose_file"));
83
        selectButton.setText(java.util.ResourceBundle.getBundle("org/netbeans/modules/xml/catalog/impl/sun/Bundle").getString("PROP_choose_file"));
92
        selectButton.addActionListener(new java.awt.event.ActionListener() {
84
        selectButton.addActionListener(formListener);
93
            public void actionPerformed(java.awt.event.ActionEvent evt) {
94
                selectButtonActionPerformed(evt);
95
            }
96
        });
97
85
98
        gridBagConstraints = new java.awt.GridBagConstraints();
86
        gridBagConstraints = new java.awt.GridBagConstraints();
99
        gridBagConstraints.gridwidth = java.awt.GridBagConstraints.REMAINDER;
87
        gridBagConstraints.gridwidth = java.awt.GridBagConstraints.REMAINDER;
Lines 102-112 Link Here
102
90
103
        preferCheckBox.setText(java.util.ResourceBundle.getBundle("org/netbeans/modules/xml/catalog/impl/sun/Bundle").getString("LBL_preference"));
91
        preferCheckBox.setText(java.util.ResourceBundle.getBundle("org/netbeans/modules/xml/catalog/impl/sun/Bundle").getString("LBL_preference"));
104
        preferCheckBox.setToolTipText(Util.THIS.getString("HINT_pp"));
92
        preferCheckBox.setToolTipText(Util.THIS.getString("HINT_pp"));
105
        preferCheckBox.addChangeListener(new javax.swing.event.ChangeListener() {
93
        preferCheckBox.addChangeListener(formListener);
106
            public void stateChanged(javax.swing.event.ChangeEvent evt) {
107
                preferCheckBoxStateChanged(evt);
108
            }
109
        });
110
94
111
        gridBagConstraints = new java.awt.GridBagConstraints();
95
        gridBagConstraints = new java.awt.GridBagConstraints();
112
        gridBagConstraints.gridx = 1;
96
        gridBagConstraints.gridx = 1;
Lines 116-125 Link Here
116
        gridBagConstraints.insets = new java.awt.Insets(12, 12, 0, 11);
100
        gridBagConstraints.insets = new java.awt.Insets(12, 12, 0, 11);
117
        add(preferCheckBox, gridBagConstraints);
101
        add(preferCheckBox, gridBagConstraints);
118
102
103
        descTextArea.setColumns(40);
119
        descTextArea.setEditable(false);
104
        descTextArea.setEditable(false);
120
        descTextArea.setFont(javax.swing.UIManager.getFont ("Label.font"));
105
        descTextArea.setFont(javax.swing.UIManager.getFont ("Label.font"));
121
        descTextArea.setForeground(new java.awt.Color(102, 102, 153));
106
        descTextArea.setForeground(new java.awt.Color(102, 102, 153));
122
        descTextArea.setLineWrap(true);
107
        descTextArea.setLineWrap(true);
108
        descTextArea.setRows(4);
123
        descTextArea.setText(Util.THIS.getString("DESC_catalog_fmts"));
109
        descTextArea.setText(Util.THIS.getString("DESC_catalog_fmts"));
124
        descTextArea.setWrapStyleWord(true);
110
        descTextArea.setWrapStyleWord(true);
125
        descTextArea.setDisabledTextColor(javax.swing.UIManager.getColor ("Label.foreground"));
111
        descTextArea.setDisabledTextColor(javax.swing.UIManager.getColor ("Label.foreground"));
Lines 134-139 Link Here
134
        gridBagConstraints.insets = new java.awt.Insets(12, 0, 0, 0);
120
        gridBagConstraints.insets = new java.awt.Insets(12, 0, 0, 0);
135
        add(descTextArea, gridBagConstraints);
121
        add(descTextArea, gridBagConstraints);
136
122
123
    }
124
125
    // Code for dispatching events from components to event handlers.
126
127
    private class FormListener implements java.awt.event.ActionListener, java.awt.event.FocusListener, javax.swing.event.ChangeListener {
128
        public void actionPerformed(java.awt.event.ActionEvent evt) {
129
            if (evt.getSource() == locationTextField) {
130
                CatalogCustomizer.this.locationTextFieldActionPerformed(evt);
131
            }
132
            else if (evt.getSource() == selectButton) {
133
                CatalogCustomizer.this.selectButtonActionPerformed(evt);
134
            }
135
        }
136
137
        public void focusGained(java.awt.event.FocusEvent evt) {
138
        }
139
140
        public void focusLost(java.awt.event.FocusEvent evt) {
141
            if (evt.getSource() == locationTextField) {
142
                CatalogCustomizer.this.locationTextFieldFocusLost(evt);
143
            }
144
        }
145
146
        public void stateChanged(javax.swing.event.ChangeEvent evt) {
147
            if (evt.getSource() == preferCheckBox) {
148
                CatalogCustomizer.this.preferCheckBoxStateChanged(evt);
149
            }
150
        }
137
    }//GEN-END:initComponents
151
    }//GEN-END:initComponents
138
152
139
    private void selectButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_selectButtonActionPerformed
153
    private void selectButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_selectButtonActionPerformed
Lines 184-194 Link Here
184
    }
198
    }
185
    
199
    
186
    // Variables declaration - do not modify//GEN-BEGIN:variables
200
    // Variables declaration - do not modify//GEN-BEGIN:variables
201
    private javax.swing.JTextArea descTextArea;
187
    private javax.swing.JLabel locationLabel;
202
    private javax.swing.JLabel locationLabel;
188
    private javax.swing.JTextField locationTextField;
203
    private javax.swing.JTextField locationTextField;
189
    private javax.swing.JCheckBox preferCheckBox;
204
    private javax.swing.JCheckBox preferCheckBox;
190
    private javax.swing.JButton selectButton;
205
    private javax.swing.JButton selectButton;
191
    private javax.swing.JTextArea descTextArea;
192
    // End of variables declaration//GEN-END:variables
206
    // End of variables declaration//GEN-END:variables
193
207
194
}
208
}

Return to bug 33948