Searched refs:shown (Results 1 - 6 of 6) 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/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt66 is shown it temporary becomes a child of all its blocked windows
93 a modal dialog D3 is shown and all these four windows become
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineMulti.sh111 i. type continue. The output is shown as "After update"
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFileChooser.java833 * buttons are shown in the file chooser. This property
843 * shown; otherwise, <code>true</code>
848 * description: Sets whether the approve & cancel buttons are shown.
1372 * Returns true if hidden files are not shown in the file chooser;
1383 * Sets file hiding on or off. If true, hidden files are not shown
1385 * shown is done by the <code>FileView</code>.
1615 boolean shown = true;
1617 shown = fileFilter.accept(f);
1619 return shown;
/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;
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXListPeer.java1175 // Fixed 6299858: PIT. Focused border not shown on List if selected item is removed, XToolkit
1363 int shown = itemsDisplayed();
1364 int lastY = shown * getItemHeight() + MARGIN;
1366 if (shown == itemsInWindow()) {

Completed in 67 milliseconds