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

/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaIcon.java229 static class SystemIconSingleton extends RecyclableSingleton<SystemIcon> { class in class:AquaIcon
232 public SystemIconSingleton(String selector) { method in class:AquaIcon.SystemIconSingleton
280 private static final SystemIconSingleton caut = new SystemIconSingleton("caut");
283 private static final SystemIconSingleton stop = new SystemIconSingleton("stop");

Completed in 43 milliseconds