Hello Ninjas, this blog series provides you with knowledge of JavaFX UI controls. The UI elements are the ones that are actually shown to the user for interaction or information exchange. The layout defines the organization of the UI elements on the screen. Behaviour is the reaction of the UI element when some event has occurred on it. The package javafx.scene.control provides all the necessary classes for the UI components like buttons, labels, etc.