Hey Codegurus,

I want to draw some lines in a JPanel and then put another JPanel on top of it with another set of lines. I'd like to do this because i don't want to repaint the grid of lines every time im done making a graph.

Is there an easy way to go about doing this?

Thanks in advance!