Creating a Graphical User Interface in Java
In this exercise, you use what you have learned about creating a graphical user interface to answer Questions 1-4.
1. Write the Java statement that creates a JPanel named bookStorePanel.
_____________________________________________________________________________________
2. Write the lava statement that creates a JButton named saveButton. The JButton should include the text "Save".
_____________________________________________________________________________________
3. Write the Java statement that adds saveButton to the JPanel named bookStorePanel.
_____________________________________________________________________________________
4. Write the Java statement that changes the color of saveButton to green,
_____________________________________________________________________________________
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.