Searched refs:TEXTBOXHEIGHT (Results 1 – 1 of 1) sorted by relevance
40 private final int TEXTBOXHEIGHT = 24; field in PostNewsgroup175 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()232 hostTextField.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTBOXHEIGHT ) ); in constructTextPanel()240 replyTextField.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTBOXHEIGHT ) ); in constructTextPanel()245 subjectTextField.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTBOXHEIGHT ) ); in constructTextPanel()359 newsgroupComboBox.setPreferredSize( new Dimension( TEXTBOXWIDTH, TEXTBOXHEIGHT ) ); in getNewsgroupCombo()
Completed in 15 milliseconds