|
I'm mentally putting together a project in my head, trying to figure out what components I'll need and soforth. So this is a question that will (hopefully) save me at least a while trying to figure this one out for myself. Is it possible to use a paint(Graphics g) method inside a JApplet component? Say I wanted to draw things, but I wanted those things to be dependent on a component inside the JApplet (determining the position or max/min, basically). For that matter, is it possible to actually draw Graphics components over JApplet features, or will the JApplet simply write over it? Thanks. |