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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -