Searched refs:subjectPanel (Results 1 – 1 of 1) sorted by relevance
166 JPanel subjectPanel = new JPanel(); in constructLabelPanel() local167 subjectPanel.setLayout( new BorderLayout() ); in constructLabelPanel()168 subjectPanel.add( subjectLabel, "West" ); in constructLabelPanel()178 subjectPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()210 panel.add( subjectPanel, constraints ); in constructLabelPanel()
Completed in 11 milliseconds