Home
last modified time | relevance | path

Searched refs:jLabel1 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DParcelPropertiesVisualPanel.java75 jLabel1 = new javax.swing.JLabel(); in initComponents()
84 jLabel1.setText("Parcel Recipe Name"); in initComponents()
90 add(jLabel1, gridBagConstraints); in initComponents()
173 private javax.swing.JLabel jLabel1; field in ParcelPropertiesVisualPanel
H A DSelectPathVisualPanel.java117 jLabel1 = new javax.swing.JLabel(); in initComponents()
127 jLabel1.setText("Installations Detected"); in initComponents()
133 add(jLabel1, gridBagConstraints); in initComponents()
214 private javax.swing.JLabel jLabel1; field in SelectPathVisualPanel
/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DConvwatchGUI.java186 jLabel1 = new javax.swing.JLabel(); in initComponents()
311jLabel1.setText("<html>Here you see a graphical compare by pictures created with a current running… in initComponents()
322 ….addComponent(jLabel1, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_… in initComponents()
329 .addComponent(jLabel1, javax.swing.GroupLayout.DEFAULT_SIZE, 50, Short.MAX_VALUE) in initComponents()
517 private javax.swing.JLabel jLabel1; field in ConvwatchGUI
/trunk/main/odk/examples/java/Inspector/
H A DMethodParametersDialog.java191 JLabel jLabel1 = new JLabel(); in ParameterPanel() local
192 jLabel1.setHorizontalAlignment(javax.swing.SwingConstants.LEFT); in ParameterPanel()
194 jLabel1.setText(sParamText); in ParameterPanel()
195 jPnlCenter1.add(jLabel1); in ParameterPanel()

Completed in 37 milliseconds