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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingUtilities.java71 private static boolean checkedSuppressDropSupport; field in class:SwingUtilities
79 if (!checkedSuppressDropSupport) {
83 checkedSuppressDropSupport = true;

Completed in 36 milliseconds