Custom Window Painting Problem
Java
1
Posts
1
Posters
3
Views
1
Watching
-
I have a JFrame which i extend and set undecorated. I have made my own resizing of the frame possible with mouse down, up and pressed events etc... On my paint event I wish to draw my own custom imagery for the form with an offscreen image and finally draw it to screen. Any swing component I put on the JFrame flickers on each repaint when I resize... if anyone has any answers to this I would be most thankful... so thanx in advance! ;)
javdax There Are 10 Kinds Of People, Those That Understand Binary, And Those That Don't