JPanel : Java Glossary

JPanel
to make Applet or application layout easier, you break a frame up into regions and compose each of them separately. Each region is called a JPanel. Each can have its own different LayoutManager. The AWT (Advanced Windowing Toolkit) equivalent of JPanel is JPanel when you want a container and Canvas when you want something to draw on.
If your JPanel layouts are mysteriously scrambled, make sure you did an appropriate jPanel.setLayout.

JPanel Borders

JPanels don’t usually have any visible bounding lines, though they can with code such

Using JPanel

JPanel as Canvas

Here is a how you extend JPanel to create a custom component that you draw on.
Here is a slightly more complex example that does anti-aliasing. It draws an image like this:
Kohlberg’s six stages of moral development

Learning More

Oracle’s Javadoc on JPanel class : available:


CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/jpanel.html J:\mindprod\jgloss\jpanel.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.212]
You are visitor number 39,598.