Searched refs:nameLabel (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DEditFilterDialog.java63 nameLabel = new javax.swing.JLabel();
78 nameLabel.setText(org.openide.util.NbBundle.getMessage(EditFilterDialog.class, "jLabel1.text")); // NOI18N
107 .add(nameLabel))
123 .add(nameLabel)
154 private javax.swing.JLabel nameLabel; field in class:EditFilterDialog
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaTreeTraverser.java248 protected final JLabel nameLabel; field in class:SchemaTreeTraverser.SchemaTreeCellRenderer
287 this.nameLabel = new JLabel();
288 this.nameLabel.setOpaque(false);
289 this.nameLabel.setBorder(null);
290 this.nameLabel.setFont(nameFont);
291 this.add(this.nameLabel);
329 this.nameLabel.setText(caption);
333 this.nameLabel.setForeground(selectedForeground);
336 this.nameLabel.setForeground(Color.black);

Completed in 2393 milliseconds