Question: Using Eclipse create a Java project named YourNameCh15Project that will display your personal image after clicking a button. Be sure to use the installed JRE
Using Eclipse create a Java project named YourNameCh15Project that will display your personal image after clicking a button. Be sure to use the installed JRE and the SDK libraries. Be sure to include a separate source folder when you create the project. Create a new folder called image in the bin folder of your project and copy your image file to this folder. Resize your image so it will fit in your pane. Create a new Class named YNCh15Image Your name should be displayed on line 1 of the class. All variable names must be begin with your initials in camel Casing. For example, I would name the variables ynPane, ynScene, ynBtSubmit, ynImageView Your name should be displayed when the Submit button is clicked.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
