Opaque « GlassPane « Java Swing Q&A





1. Urgent: Glass Pane is Opaque!!    coderanch.com

I am creating a game of snake as an applet. What i am trying to acheive is that i draw a static background for the game only once in the content pane. To redraw the animation again and again, i am using the glass pane so that the background remains visible through it. Here are few lines of code: pane = ...