Searched refs:hostPanel (Results 1 – 1 of 1) sorted by relevance
160 JPanel hostPanel = new JPanel(); in constructLabelPanel() local161 hostPanel.setLayout( new BorderLayout() ); in constructLabelPanel()162 hostPanel.add( hostLabel, "West" ); in constructLabelPanel()176 hostPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()198 panel.add( hostPanel, constraints ); in constructLabelPanel()
Completed in 14 milliseconds