How-To's > How do I create forms and dialog boxes?
Forms and dialog boxes consist of UI controls laid out on a page. The UI controls have built-in mechanisms for collecting information from users.
Related How-To Topics
Related Articles
- JavaFX Forms Framework Part 1

This blog, written for JavaFX 1.2, presents a mini-forms framework that incorporates the Model View Controller (MVC) design pattern.
Last Updated: April 2010
[Return to How-To's Home]