Reputation: 135
I have the following Problem: I have a JLayeredPane and I need to add a Circle and some Lines to it. The Problem wit the Lines is, that they should be able to be redrawn/to move position (The Lines Symbolize some moving Vectors) When I just add some GLines to the Graphics JLayeredPane.getGraphics() they are permanent. Or is there any possibility to Redraw the JLayeredPane.getGraphics()?
Please Help!
Upvotes: 0
Views: 252