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

/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/
H A DTest6963870.java48 for (String uiName: UI_NAMES) {
49 test(uiName);
53 void test(String uiName) { argument
54 Border b = UIManager.getBorder(uiName);
57 throw new RuntimeException("getBorderInsets() returns null for " + uiName);

Completed in 73 milliseconds