Searched refs:labelWidth (Results 1 – 1 of 1) sorted by relevance
174 final int labelWidth = 80; in constructLabelPanel() local175 newsgroupPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()176 hostPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()177 replyPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()178 subjectPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()179 commentPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()
Completed in 26 milliseconds