Home
last modified time | relevance | path

Searched refs:localePanel (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DPreferencesDialog.java75 JPanel localePanel = new JPanel(); in initComponents() local
177 localePanel.add(isoLangCombo); in initComponents()
178 localePanel.add(underscoreLabel); in initComponents()
179 localePanel.add(isoCounCombo); in initComponents()
186 localeBox2.add(localePanel); in initComponents()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarCalc.java265 Panel localePanel = new Panel(); in buildGUI() local
297 localePanel.add(localeLabel); in buildGUI()
298 localePanel.add(localeMenu); in buildGUI()
299 DemoUtility.fixGrid(localePanel,2); in buildGUI()
315 add(localePanel); in buildGUI()