Computer Science Canada

Disable Minimization in a Frame

Author:  GodofOsiris [ Tue Jun 13, 2006 8:09 am ]
Post subject:  Disable Minimization in a Frame

I am having issues with the my frame when it loses focus by minimization it calls the paint method, meaning that I lose all images loaded outside of the paint method. Is there any way to disable the paint method during minimization or disable minimization?

Author:  GodofOsiris [ Tue Jun 13, 2006 8:19 am ]
Post subject: 

NOTE: I am unable to use a JFrame for this do to a restriction on my school project


: