Canvas on Swing?

I need to an applet for a school project which will be used as a tool for explaining the concept of Trees. The user should be able to add/edit/delete nodes and also drag and drop these nodes within the canvas. Something like JFLAP, if you're familiar with it. But I read that I shouldn't use the canvas with swing components because they're not compatible.

So I would like to know if there is a counterpart of canvas on swing since I know there's no JCanvas and what is this component?

[503 byte] By [GarnetGirla] at [2007-11-27 10:12:34]
# 1

JPanel

dwga at 2007-7-28 15:21:06 > top of Java-index,Java Essentials,Java Programming...