Searched refs:replyPanel (Results 1 – 1 of 1) sorted by relevance
163 JPanel replyPanel = new JPanel(); in constructLabelPanel() local164 replyPanel.setLayout( new BorderLayout() ); in constructLabelPanel()165 replyPanel.add( replyLabel, "West" ); in constructLabelPanel()177 replyPanel.setPreferredSize( new Dimension( labelWidth, TEXTBOXHEIGHT ) ); in constructLabelPanel()204 panel.add( replyPanel, constraints ); in constructLabelPanel()
Completed in 12 milliseconds