Click to See Complete Forum and Search --> : repaint


albers_dotcom
September 13th, 2000, 07:56 AM
What method can I override in swing and/or awt to eliminate the erase during repaint? More specifically, I am using the contentPane, layeredPane, and glassPane within a Scrollpane in a JApplet. Upon repaint, all panes are erased before being repainted. I want to specify the component and even the layer (within the layeredPane) that gets erased. Any help would be appreciated.