Event Filtering

Werner Lehmann lehmann at media-interactive.de
Mon Feb 9 09:47:24 UTC 2015


Hi Scott,

at least in Java 8 you can override TextInputControl#replaceText and/or 
TextInputControl#replaceSelection to convert lowercase into uppercase. I 
have used it for exactly this purpose.

Werner

On 07.02.2015 01:33, Scott Palmer wrote:
> But let's say that I want to allow the user to type lowercase letters and
> have them appear in uppercase.  I don't ever want the text property of the
> TextField to hold a lowercase character.  Can that be done?


More information about the openjfx-dev mailing list