Searched refs:labelRow (Results 1 – 2 of 2) sorted by relevance
122 JPanel labelRow = new JPanel(); in setupSubPanes() local123 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()
617 Object[] labelRow = (Object[]) labels.elementAt(records); in growRecords() local619 labelRow[c] = /* NOI18N */""; in growRecords()620 labelRow[columns] = null; in growRecords()651 Object[] labelRow = new Object[columns+1]; in insertItem() local653 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() local696 labelRow[c] = values[c]; in addItem()702 labelRow[columns] = values[columns]; in addItem()[all …]