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

/openjdk7/jdk/test/javax/swing/UITest/
H A DUITest.java47 if (hasLAF("gtk", lafInfo)) {
52 if (hasLAF("mac", lafInfo)) {
57 if (!hasLAF("windows", lafInfo)) {
66 if (hasLAF("gtk", lafInfo)) {
71 if (hasLAF("windows", lafInfo)) {
76 if (!hasLAF("mac", lafInfo)) {
86 if (hasLAF("windows", lafInfo)) {
91 if (hasLAF("mac", lafInfo)) {
96 if (!hasLAF("gtk", lafInfo)) {
104 public static boolean hasLAF(Strin method in class:UITest
[all...]

Completed in 30 milliseconds