For example, the following code markup defines the structure of a simple custom control containing aTextFieldand aButtoninstance. The root container is defined as an instance of thejavafx.scene.layout.VBoxclass: <?import javafx.scene.*?> <?import javafx.scene.control.*?> <?import javafx.scene...