QUESTION 1 A Statement that sets the text of a TextField object name to "John". name.displayText("John"); name.setText("John"); name showText("John"); none of the mentioned QUESTION 2 The class name for the application should be SimpleDrawingAppFX. O public class SimpleDrawingAppFx{ public class SimpleDrawingAppFx extends JavaFX { O public class SimpleDrawingAppFx extends Application { QUESTION 3 Select the correct JavaFX Panes VBox TitlePane GridPane BorderPane HBox XBox FlowPane StackPane Anchor Pane Drawing Pane CanvasPane UTI
QUESTION 4 All JavaFx applications must extend Stage class Application class Scene class Platform class
QUESTION 1 A Statement that sets the text of a TextField object name to "John". name.displayText("John"); name.setText("
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am