Searched refs:componentUI (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/javax/swing/plaf/synth/7143614/
H A Dbug7143614.java42 private static ComponentUI componentUI = new BasicButtonUI(); field in class:bug7143614
49 setSelectedUIMethod.invoke(null, componentUI, true, true, true, true);
72 if (getSelectedUIMethod.invoke(null) != componentUI) {

Completed in 28 milliseconds