JAVA...possible to draw lines etc in JPanels?

Started by
0 comments, last by johnnyBravo 20 years ago
Hi you know in java how you have the function public void paintComponent(Graphics g) { super.paintComponent(g); } i am so far using that to draw on the normal window form. But iwant to draw on a jpanel instead. Is there someway of drawing on the jpanel? eg drawLine, drawString etc. thanks,
Advertisement
Try looking up Graphics or Graphics2D in the docs.

"... we should have such an empire for liberty as she has never surveyed since the creation ..."
Thomas Jefferson
"... we should have such an empire for liberty as she has never surveyed since the creation ..."Thomas Jefferson

This topic is closed to new replies.

Advertisement