Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
Hi,
We have developed a desktop application in NetBeans 5.5 using java swings.The application has six main forms(JFrame) and each main forms has 4 sub forms(JFrames).Each form has on average 6 .png images to be displayed.
In one of the main form has 28 png image icons to be displayed on the 28 JButtons.When we open this form and close then navigate to other sub forms the background image is not displayed.I am getting
Image Fetcher 0" java.lang.OutOfMemoryError: Java heap space
error.
My project is completed except this error and it is a simulation software in which i can not avoid using images.
Please help to solve the problem.
I have to run the project from desktop by converting the .jar file to .exe which i have already done.
Thanks.
Bharat

