Home
last modified time | relevance | path

Searched refs:eyesCB (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox<?> eyesCB; field in ComboBoxDemo
130 eyesCB = createEyesComboBox(); in createComboBoxDemo()
131 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
132 l.setLabelFor(eyesCB); in createComboBoxDemo()
133 comboBoxPanel.add(eyesCB); in createComboBoxDemo()
159 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
172 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
288 } else if(e.getSource() == eyesCB) { in actionPerformed()
289 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
354 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox<?> eyesCB; field in ComboBoxDemo
130 eyesCB = createEyesComboBox(); in createComboBoxDemo()
131 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
132 l.setLabelFor(eyesCB); in createComboBoxDemo()
133 comboBoxPanel.add(eyesCB); in createComboBoxDemo()
159 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
172 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
288 } else if(e.getSource() == eyesCB) { in actionPerformed()
289 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
354 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox<?> eyesCB; field in ComboBoxDemo
130 eyesCB = createEyesComboBox(); in createComboBoxDemo()
131 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
132 l.setLabelFor(eyesCB); in createComboBoxDemo()
133 comboBoxPanel.add(eyesCB); in createComboBoxDemo()
159 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
172 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
288 } else if(e.getSource() == eyesCB) { in actionPerformed()
289 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
354 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox eyesCB; field in ComboBoxDemo
128 eyesCB = (JComboBox) comboBoxPanel.add(createEyesComboBox()); in createComboBoxDemo()
129 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
130 l.setLabelFor(eyesCB); in createComboBoxDemo()
156 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
169 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
285 } else if(e.getSource() == eyesCB) { in actionPerformed()
286 String name = (String) parts.get((String) eyesCB.getSelectedItem()); in actionPerformed()
351 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox eyesCB; field in ComboBoxDemo
128 eyesCB = (JComboBox) comboBoxPanel.add(createEyesComboBox()); in createComboBoxDemo()
129 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
130 l.setLabelFor(eyesCB); in createComboBoxDemo()
156 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
169 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
285 } else if(e.getSource() == eyesCB) { in actionPerformed()
286 String name = (String) parts.get((String) eyesCB.getSelectedItem()); in actionPerformed()
351 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox eyesCB; field in ComboBoxDemo
128 eyesCB = (JComboBox) comboBoxPanel.add(createEyesComboBox()); in createComboBoxDemo()
129 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
130 l.setLabelFor(eyesCB); in createComboBoxDemo()
156 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
169 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
285 } else if(e.getSource() == eyesCB) { in actionPerformed()
286 String name = (String) parts.get((String) eyesCB.getSelectedItem()); in actionPerformed()
351 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox eyesCB; field in ComboBoxDemo
128 eyesCB = (JComboBox) comboBoxPanel.add(createEyesComboBox()); in createComboBoxDemo()
129 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
130 l.setLabelFor(eyesCB); in createComboBoxDemo()
156 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
169 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
285 } else if(e.getSource() == eyesCB) { in actionPerformed()
286 String name = (String) parts.get((String) eyesCB.getSelectedItem()); in actionPerformed()
351 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/demo/share/jfc/SwingSet2/
H A DComboBoxDemo.java61 JComboBox eyesCB; field in ComboBoxDemo
128 eyesCB = (JComboBox) comboBoxPanel.add(createEyesComboBox()); in createComboBoxDemo()
129 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
130 l.setLabelFor(eyesCB); in createComboBoxDemo()
156 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
169 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
285 } else if(e.getSource() == eyesCB) { in actionPerformed()
286 String name = (String) parts.get((String) eyesCB.getSelectedItem()); in actionPerformed()
351 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sanity/client/lib/SwingSet3/src/com/sun/swingset3/demos/combobox/
H A DComboBoxDemo.java108 private JComboBox<String> eyesCB; field in ComboBoxDemo
176 comboBoxPanel.add(eyesCB = createEyesComboBox()); in createComboBoxDemo()
177 eyesCB.setAlignmentX(JComboBox.LEFT_ALIGNMENT); in createComboBoxDemo()
178 l.setLabelFor(eyesCB); in createComboBoxDemo()
204 controlledByObjects[1] = eyesCB; in createComboBoxDemo()
217 eyesCB.getAccessibleContext().getAccessibleRelationSet().add(controllerForRelation); in createComboBoxDemo()
323 } else if (e.getSource() == eyesCB) { in actionPerformed()
324 String name = (String) parts.get(eyesCB.getSelectedItem()); in actionPerformed()
389 eyesCB.setSelectedItem(eyes); in actionPerformed()