Searched refs:topPanel (Results 1 – 2 of 2) sorted by relevance
72 private Panel topPanel; field in DateTimeDialog121 topPanel = new Panel(); in addLabels()122 topPanel.setLayout(new GridBagLayout()); in addLabels()128 add(topPanel, gbc); in addLabels()136 topPanel.add(new Label(getString("Month")), gbc); in addLabels()139 topPanel.add(new Label(getString("Date")), gbc); in addLabels()142 topPanel.add(new Label(getString("Year")), gbc); in addLabels()145 topPanel.add(new Label(getString("Hour")), gbc); in addLabels()148 topPanel.add(new Label(getString("Minute")), gbc); in addLabels()151 topPanel.add(new Label(getString("Second")), gbc); in addLabels()[all …]
38 private Panel topPanel; field in EncListDialog86 topPanel = new Panel(); in addCheckboxes()87 topPanel.setLayout(new GridBagLayout()); in addCheckboxes()93 add(topPanel, gbc); in addCheckboxes()112 topPanel.add(cb[i], gbc); in addCheckboxes()