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

/openjdk7/jdk/src/share/classes/java/awt/
H A DFrame.java1096 public void setCursor(int cursorType) { argument
1097 if (cursorType < DEFAULT_CURSOR || cursorType > MOVE_CURSOR) {
1100 setCursor(Cursor.getPredefinedCursor(cursorType));

Completed in 32 milliseconds