java - Change or denie Cursor Style change of requestFocus in Textfields -
from understanding, requestfocus method component class, set cursor style while hovering on textitem. (the 1 looking i)
the application working with, run in 2 different modes. first mode normal application mode, , cursor free change.
the other on mode. contain normal cursor questionmark next it. in mode cursor not allowed change when hovering on textitem, since wont create input.
is there way denie cursor change happening, or change default cursor of textitem temporarly?
just set cursor of textfield this:
textfield.setcursor(cursor.getpredefinedcursor(cursor.custom_cursor));
Comments
Post a Comment