Answer:
Yes. JButtons are components,
and any component may be added to a JPanel.
Buttons in a Panel
Here is another example, now including buttons. Labels and text fields are grouped into small panels, as before. Those small panels are then grouped into three medium panels. The three buttons at the bottom are grouped together into a panel.
QUESTION 15:
(Thought Question: )
Can a JPanel that contains JPanels be added to another JPanel ?
(Ie., can the nesting of JPanels go three levels deep?)