My java is very rusty. I need to write a little jruby script with some
dialogs that have multiple text inputs. The code below shows up, but 1)
I don’t know how to access the results and 2) how can I have a newline
between the label/text input pairs? Thanks, Ken
My java is very rusty. I need to write a little jruby script with some
dialogs that have multiple text inputs. The code below shows up, but 1)
I don’t know how to access the results and
Store the Textfields into variable, and then retrieve the text property.
how can I have a newline
between the label/text input pairs?
By using layouts, for example GridLayout.
Example: