Inside Panel 6, put two ChoiceControl components from the Controls tab on the Component Palette, one for Font Name (choiceControl1), and one for Font Size (choiceControl2). Size each of them to be about half the width of the panel.
Note: You can also just drop the ChoiceControl components onto the panel and let them be their default size for now (which is very small). When this panel becomes FlowLayout, the layout manager will adjust the size of each component to accommodate the longest item in its list.
Let's add some items to these ChoiceControl components so the FlowLayout manager will know how to size them.