If it is still of some interest, here is my proble...
# tornadofx
v
If it is still of some interest, here is my problem, and how does it look like:
Exception is triggered in
IntegerStringConverter.fromString
method, 'cause it's argument
value
has bad user input, and underlying
TextField
has no
TextFormatter
to filter user input
Another thing I'm interested - is how this exception is pushed back, when we click OK button - so it returns to the input field waiting for user to fix input (this may be more preferable way)
I don't want to use
try ... catch
inside
fromString
, it requires return. Or I'm doing it wrong