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

/openjdk7/jdk/test/javax/swing/JPopupMenu/4966112/
H A Dbug4966112.java43 private static volatile boolean shown = false; field in class:bug4966112
83 if (!shown) {
84 throw new RuntimeException("Popup was not shown on splitpane");
95 if (!shown) {
96 throw new RuntimeException("Popup was not shown on spinner");
113 if (!shown) {
114 throw new RuntimeException("Popup was not shown on filechooser");
165 shown = true;
227 shown = false;
252 shown
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DBugSpot.java942 private boolean shown; field in class:BugSpot.DefaultEditor
976 if (!shown) {
983 shown = true;

Completed in 34 milliseconds