Free Exam: Prog 2 - Ch. 7 - Improving the User Interface (GUI)
Number of Questions in Test: 11
Number of Questions in Preview: 5
Register to view all questions.
Note: Answers are not shown below but will be copied with this test.
Copy this test to my quiz maker account
Register with ClassMarker to copy free tests to give to your Test takers.
Register nowQuestion 1
BreezySwing is a program that allows you to put buttons, labels, text & numeric (Integer and Double) boxes, and Textarea boxes on your GUI. What do you need to code to get the GUI to display?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | Yes |
Question 2
What does GUI stand for?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | Yes |
Question 3
What line of code actually displays the GUI?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | Yes |
Question 4
What line of code actually sets how big the GUI will be (height & width of the GUI)?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | Yes |
Question 5
What method MUST you have if you have any buttons? (What is the signature of the method?)
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | Yes |