RFR: 4512626: Non-editable JTextArea provides no visual indication of keyboard focus
Alexander Zuev
kizune at openjdk.org
Tue Dec 6 12:08:20 UTC 2022
On Tue, 6 Dec 2022 02:00:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> The library provides a way to set different cursors and the application may use that
The library does not provide an ability to set caret to visible permanently in case of text component being non-editable. Every time focus will change the caret will change too. One would have to implement a custom caret that overrides this logic.
-------------
PR: https://git.openjdk.org/jdk/pull/11408
More information about the client-libs-dev
mailing list