Searched defs:hasComponent (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/JTree/4330357/
H A Dbug4330357.java66 if (!hasComponent(JTextField.class)) {
78 if (!hasComponent(JComboBox.class)) {
82 if (hasComponent(JTextField.class)) {
126 static boolean hasComponent(final Class cls) throws Exception { method in class:bug4330357

Completed in 38 milliseconds