I have a main class which extends JFrame
, and its content is contained in other classes which extend JPanel
.
Now, in those other classes, I want to use several panels to group the content in a good order.
Is it possible to use many panels( by creating several JPanel
objects in that class) in this class that extends JPanel
?