Question: This has to be made in scene builder - Advanced Java 2. Create a new Empty application. 3. Design and create a GUI similar to
This has to be made in scene builder - Advanced Java
2. Create a new Empty application. 3. Design and create a GUI similar to the Sample Output (see end of this document). 4. This weeks lab will have no functionality. You will not need to program any Listeners a. If a radio button is selected nothing should happen b. If the click to Process key is pressed nothing should happen c. If values are entered into the textFields nothing should happen d. In next weeks lab Listeners will add functionality based on the radio button that the user selects and the Process button. 5. The Sample Output uses 6 labels, 4 radioButtons, 4 textFields, 5 Panes and 1 button a. Labels i. TitleLabel ii. radiolabel iii. widthLabel iv. heightLabel v. radiusLabel vi. lengthLabel b. Radio Buttons Note: buttons must be mutually exclusive. This means that if one button is selected the others should de-select. To add this behavior, the buttons should all be part of the same group. In Scene Builder, this is set in Inspector window for selected radio button->Properties->Toggle Group here add a Toggle group name and use the same name for all radio buttons. i. rectangleRadioButton ii. boxRadioButton iii. circleRadioButton iv. cylinderRadioButton c. Text Fields i. widthTextField ii. lengthTextField iii. heightTextField iv. radiusTextField d. Panes i. radioButtonPane ii. widthPane iii. lengthPane iv. heightPane v. radiusPane e. Button i. processButton 6. Add a titleLabel to your totalGUI 7. Add a radio button to your radioButton Pane a. note: buttons must be mutually exclusive...they must be part of a group. 8. Add each related label and field to their respective panel...widthLabel and widthTextField are added to widthPanel, etc. 9. Add a processButton 10. Make sure that you have consulted the example GUIs and other materials.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
