Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 1 ) Enhance JavaFX Project 3 Button Demo by adding a text field. You can find some example code in eBook Code Listing 1

(1) Enhance JavaFX Project 3 "Button Demo" by adding a text field.
You can find some example code in eBook Code Listing 12-12.
Put all the GUI controls in an HBox.
The stage title should be "Text Field Demo by ?****************", where is your first name and last name.
The label should initially display "Enter your name, then click the button."
After the user enters the name and clicks the button, the label should display
, welcome!",
where ?******** is name that the user entered.
For example, if your name is Tim Berners-Lee, then your initial graphical user interface should look like
Text Field Demo by Tim Berners-Lee
Enter your name, then click the button
Click Me
After the user enters "Tim" and clicks the button, the graphical user interface should look like
After the user enters the name and clicks the button, the label should display
, welcome!",
where ?******** is name that the user entered.
For example, if your name is Tim Berners-Lee, then your initial graphical user interface should look like
Text Field Demo by Tim Berners-Lee
Enter your name, then click the button
Click Me
After the user enters "Tim" and clicks the button, the graphical user interface should look like
Text Field Demo by Tim Berners-Lee
Tim, welcome!
Click Me
(2) Make a screenshot for your source code in the PNG format.
(3) Resize the windows of your graphical user interface to show the entirety of the GUI controls and the stage title.
Make screenshots for both the before and after windows of your graphical user interface in the PNG format.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions