Thread
:
JPanel Problems
View Single Post
#
2
(
permalink
)
10-10-2007, 11:52 PM
hardwired
Senior Member
Join Date: Jul 2007
Posts: 1,222
Make sure that all drawing takes place (ie, the code is) inside or called from the
paintComponent
method in each JPanel. Using
getGraphics
inside event code is one thing that can cause these kind of problems.
hardwired
View Public Profile
Send a private message to hardwired
Find all posts by hardwired