SOS SOS SOS SOS
I’m writing a game of Twixt for my design assignment this semester in college. Part of the game requires you to bridge two points. This I can do. However how do you remove an oval and line that you’ve already drawn. Also this must be done without affecting any of the other ovals and lines already drawn! I’m using a JPanel to draw onto by accessing it’s getGraphics() method in my MouseClicked event handler.
Any help/advise anyone could offer would be great, thanks.