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

/openjdk7/jdk/test/javax/swing/JPopupMenu/4966112/
H A Dbug4966112.java175 AutoClosable.INSTANCE.setPopup(jpm);
212 AutoClosable.INSTANCE.setFrame(frame);
239 AutoClosable.INSTANCE.setFrame(frame);
257 AutoClosable.INSTANCE.setFrame(frame);
276 AutoClosable.INSTANCE.setFrame(frame);
286 AutoClosable.INSTANCE.close();
291 private static class AutoClosable { class in class:bug4966112
293 static final AutoClosable INSTANCE = new AutoClosable();

Completed in 29 milliseconds