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

/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DInvalidDnDOperationException.java39 static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state"; field in class:InvalidDnDOperationException
45 public InvalidDnDOperationException() { super(dft_msg); }

Completed in 103 milliseconds