Question: Case 2 Consider the following application method for Layout. public static void main(String[] args) { Layout theApp = new Layout(); theApp.useFlowLayout(); } Answer the following

Case 2 Consider the following application method for Layout. public static void main(String[] args) \{ Layout theApp = new Layout(); theApp.useFlowLayout(); \} Answer the following questions: a. What does the window look like? (Refer to images page at the bottom.) b. Are the buttons all the same size? c. What determines the size of the buttons? d. What happens as the user resizes the window, making it considerably narrower? Wider? Case 2 Consider the following application method for Layout. public static void main(String[] args) \{ Layout theApp = new Layout(); theApp.useFlowLayout(); \} Answer the following questions: a. What does the window look like? (Refer to images page at the bottom.) b. Are the buttons all the same size? c. What determines the size of the buttons? d. What happens as the user resizes the window, making it considerably narrower? Wider
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
