Searched refs:localePanel (Results 1 – 2 of 2) sorted by relevance
75 JPanel localePanel = new JPanel(); in initComponents() local177 localePanel.add(isoLangCombo); in initComponents()178 localePanel.add(underscoreLabel); in initComponents()179 localePanel.add(isoCounCombo); in initComponents()186 localeBox2.add(localePanel); in initComponents()
265 Panel localePanel = new Panel(); in buildGUI() local297 localePanel.add(localeLabel); in buildGUI()298 localePanel.add(localeMenu); in buildGUI()299 DemoUtility.fixGrid(localePanel,2); in buildGUI()315 add(localePanel); in buildGUI()