Home
last modified time | relevance | path

Searched refs:labelRow (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java122 JPanel labelRow = new JPanel(); in setupSubPanes() local
123 labelRow.setLayout( new BoxLayout( labelRow, BoxLayout.X_AXIS)); in setupSubPanes()
124 labelRow.add( new JLabel( " Host: ")); in setupSubPanes()
126 labelRow.add( hostLabel); in setupSubPanes()
127 labelRow.add( Box.createRigidArea( new Dimension( 32, 0))); in setupSubPanes()
128 labelRow.add( new JLabel( "Port: ")); in setupSubPanes()
130 labelRow.add( portLabel); in setupSubPanes()
131 labelRow.add( Box.createHorizontalGlue()); in setupSubPanes()
135 parent.add( labelRow); in setupSubPanes()
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DColumnListCanvas.java617 Object[] labelRow = (Object[]) labels.elementAt(records); in growRecords() local
619 labelRow[c] = /* NOI18N */""; in growRecords()
620 labelRow[columns] = null; in growRecords()
651 Object[] labelRow = new Object[columns+1]; in insertItem() local
653 labelRow[c] = /* NOI18N */""; in insertItem()
654 labelRow[columns] = null; in insertItem()
655 labels.setElementAt(labelRow, row); in insertItem()
693 Object[] labelRow = (Object[]) labels.elementAt(row); in addItem() local
696 labelRow[c] = values[c]; in addItem()
702 labelRow[columns] = values[columns]; in addItem()
[all …]