March 2015
Beginner
1200 pages
33h 33m
English
CHAPTER 11
![]()
Model-View-Controller Pattern
In this chapter, you will learn:
What Is the Model-View-Controller Pattern?
JavaFX lets you create applications using GUI components. A GUI application performs three tasks: accepts inputs from the user, processes the input, and displays outputs. A GUI application contains two types of code:
Read now
Unlock full access