Home
last modified time | relevance | path

Searched refs:topPanel (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarFrame.java119 Panel topPanel = new Panel(); in init() local
121 topPanel.setLayout(g); in init()
143 add(topPanel, calMenu[i], g, c, 5, 0); in init()
144 add(topPanel, monthLabel[i], g, c, GridBagConstraints.REMAINDER, 1); in init()
170 add(topPanel, prevYear, g, c, 1, 0); in init()
171 add(topPanel, prevMonth, g, c, 1, 0); in init()
172 add(topPanel, gotoToday, g, c, 1, 0); in init()
173 add(topPanel, nextMonth, g, c, 1, 0); in init()
174 add(topPanel, nextYear, g, c, 1, 0); in init()
228 add(topPanel, displayPanel, g, c, GridBagConstraints.REMAINDER, 0); in init()
[all …]
DCalendarCalc.java175 Panel topPanel = new Panel(); in buildGUI() local
176 topPanel.setLayout(new FlowLayout()); in buildGUI()
185 topPanel.add(label); in buildGUI()
187 topPanel.add(calendars[i].text); in buildGUI()
197 topPanel.add(calendars[i].rollAdd); in buildGUI()
203 topPanel.add(label4); in buildGUI()
207 topPanel.add(patternText); in buildGUI()
208 topPanel.add(new Label("")); in buildGUI()
210 DemoUtility.fixGrid(topPanel,3); in buildGUI()
211 add(topPanel); in buildGUI()
/external/libgdx/extensions/gdx-setup/src/com/badlogic/gdx/setup/
DExternalExtensionsDialog.java71 private JPanel topPanel; field in ExternalExtensionsDialog
119 topPanel = new JPanel(new GridBagLayout()); in uiLayout()
120 topPanel.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5)); in uiLayout()
126topPanel.add(warningNotice, new GridBagConstraints(0, 0, 1, 1, 1, 0, NORTH, HORIZONTAL, new Insets… in uiLayout()
127topPanel.add(warningNotice2, new GridBagConstraints(0, 1, 1, 1, 1, 0, NORTH, HORIZONTAL, new Inset… in uiLayout()
133topPanel.add(separator, new GridBagConstraints(0, 2, 1, 1, 1, 1, NORTH, HORIZONTAL, new Insets(0, … in uiLayout()
181 …contentPane.add(topPanel, new GridBagConstraints(0, 0, 1, 1, 1, 0.1, NORTH, BOTH, new Insets(0, 0,… in uiLayout()
248 topPanel.setBackground(new Color(36, 36, 36)); in uiStyle()
249 topPanel.setForeground(new Color(255, 255, 255)); in uiStyle()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/
DLauncher.java80 Panel topPanel = new Panel(); in init() local
81 topPanel.setLayout(new GridLayout(5,3)); in init()
88 topPanel.add(b); in init()
90 add(BorderLayout.CENTER,topPanel); in init()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java307 Panel topPanel = new Panel(); in buildGUI() local
309 topPanel.setLayout(new BorderLayout()); in buildGUI()
312 topPanel.add("Center", monthPanel); in buildGUI()
313 topPanel.add("East", menuPanel); in buildGUI()
315 add("North", topPanel); in buildGUI()
/external/libvncserver/webclients/java-applet/ssl/
Dultravnc-102-JavaViewer-ssl-etc.patch426 topPanel.add(getRemoteTopButton(), null);
427 topPanel.setBackground(java.awt.Color.lightGray);
431 return topPanel;
848 + topPanel = null;