Hello people, Does anyone know where the method which actually draws the frame on screen is placed? I guess this is not done directly but through system calls...but I don't know for sure. Tom.
Paul Stevens
Ranch Hand
Joined: May 17, 2001
Posts: 2823
posted
0
Frame/JFrame inherit Paint() from Container and PaintAll() from Component.