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

/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.java549 transient RuntimeException windowClosingException = null; field in class:Component
4840 windowClosingException = ((WindowClosingListener)
4908 windowClosingException =
5025 if (windowClosingException != null) {
5029 windowClosingException.fillInStackTrace();
5030 windowClosingException.printStackTrace();
5031 windowClosingException = null;

Completed in 45 milliseconds