RFR: 5032471: JFormattedTextField does not use editformatter on initial focus with setText() [v2]
Prasanta Sadhukhan
psadhukhan at openjdk.org
Wed Jul 26 03:28:51 UTC 2023
On Tue, 25 Jul 2023 11:17:52 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> The bug report mentions using `setDocument()` to change the value of the formatted text field. Also, it's possible to call `getDocument().setText()`, which may still have the original bug.
Fixed setDocument but I couldn't find Document.setText that can be called...
-------------
PR Comment: https://git.openjdk.org/jdk/pull/14993#issuecomment-1650920455
More information about the client-libs-dev
mailing list