Hi
I am using 4 Jframes and correspondigly 4
java classes for them. The program runs fine. But when i package it in jar file while giving the manifest info with the mainclass; the first frames runs ok but when i press submit button what happens is i create the object of another class and this is where the program gets stuck what could be the reason???
The constructor of the class which is called contains the tools to make the 2nd frame. But it does not event enters the constructor.
I am extending JFrame in all the classes and using ContentPane and adding componenets to it. and i am doing all this in the constructor of each class.
Thanks.
Robin
[ June 14, 2008: Message edited by: robin singal ]