brownie124
Programmer
I was looking through the frame.java source code and noticed Frame.class is being passed as a parameter to some method calls within addToFrameList(). What is this exactly?
Does anyone know where exactly the code is that does the actual building and painting of a window? For example: I am specifically trying to find out where the - (Iconify) and x (close) boxes are created.
I am using JDK 1.2.
Thanks,
- Brownie
Does anyone know where exactly the code is that does the actual building and painting of a window? For example: I am specifically trying to find out where the - (Iconify) and x (close) boxes are created.
I am using JDK 1.2.
Thanks,
- Brownie