Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JavaFX Dynamic forms

980678Dec 18 2012 — edited Dec 20 2012
I want to create a form that dynamically shows/hides input fields.

For example, I have a RadioButton that will, depending on the value selected, cause a TextArea to be displayed (using a translation & fade transitions). If the radio button has any other controls below it then they will be moved down to make space for the TextArea, if the 'trigger' value in the ToggleGroup of RadioButtons is changed then hide the TextArea (again using transitions) and move any controls up to take the space of the TextArea.

Any help (or examples) will be appreciated.
This post has been answered by James_D on Dec 20 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 17 2013
Added on Dec 18 2012
4 comments
1,537 views