Question: (Use the FlowLayout manager) Write a program that meets the given requirements:
- Create a frame and set its layout to FlowLayout.
- Create two panels and add them to the frame.
- Each panel contains three buttons. The panel uses FlowLayout.
Can you provide the frame and panel for the given program?