Searched refs:commentPanel (Results 1 – 1 of 1) sorted by relevance
169 JPanel commentPanel = new JPanel(); in constructLabelPanel() local170 commentPanel.setLayout( new BorderLayout() ); in constructLabelPanel()171 commentPanel.add( commentLabel, "West" ); in constructLabelPanel()179 commentPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()216 panel.add( commentPanel, constraints ); in constructLabelPanel()
Completed in 16 milliseconds