Showing text cursor in JTextPane
What has to be true for a text cursor to show in a JTextPane?
I have a dynamic set of JTextPanes that may or may not have focus.
Sometimes when they have focus the text cursor does not display. What
do I need to do to force it to display?
Thanks
Jim Rootham
.
Relevant Pages
- Re: Showing text cursor in JTextPane
... Sometimes when they have focus the text cursor does not display. ... Could the cursor be sitting at the end of the text in the JTextPanes? ... I do want the caret not to show if the JTextPane does not have focus. ... (comp.lang.java.gui) - Re: Showing text cursor in JTextPane
... I have a dynamic set of JTextPanes that may or may not have focus. ... Sometimes when they have focus the text cursor does not display. ... Could the cursor be sitting at the end of the text in the JTextPanes? ... (comp.lang.java.gui) - RGB Color Balance
... I am writing a display driver for Windows Ce 5.0. ... // init cursor related vars ... // check for line overlap with cursor and turn off cursor if overlaps ... (microsoft.public.windowsce.platbuilder) - Re: How to show/hide cursor on attach/deattach usb mouse
... Along with that Display Driver is modified with RequestDeviceNotifications, ... and switching on/off the cursor. ... handling USB mouse device notifications. ... (microsoft.public.windowsce.platbuilder) - Re: General structure of disassembler
... 'regular' comments on source should display to the right of the ... He can move the cursor up and down and left and right in this text ... So does it when he moves to absolute source offset #0. ... In this scenario the root leaf ALWAYS holds ... (comp.programming) |
|