Problem:
Question 1: Describe the sequence of steps needed to create 3 labels and place them side by side in the top part of a frame which is using a Border Layout.
Question 2: What happens if you add two different button objects to the SOUTH part of a frame using a Border Layout?
Question 3: Write a sequence of statements to create 2 JButton objects, and do what is needed so the two buttons appear one above the other on the left side of the display associated with a frame object which is using a BorderLayout. Create ALL objects required.
Please Explain don't just write the answer.