Thanks Michael.
I got the solution. Now I can open the selected Panel on Click event of menu Item.
But now when I open the selected Panel and close the panel. after closing the panel I am not able ro reopen it... Its displaying nothing.. what would be the Issue...
Hi,
I am new to Swing.
I am creating a MDI Application. In my application am using menus. On menus select option
i want to call that selected panel.
the panel code is written in another file...
The code is working fine if I am writing the Whole code in one file..
But if i create another class and write panel code in that class.
and when i create object of that class in main class. Its not displaying the panle code in
desktop pane.
the panle is being displayed out of frame..
I came to new the Problem. The Prblem is in Java keystore. JDK is not able to load the keystore. that why i can call the web service through browser https. but not through my code..
So Please Tell me how to load the certificat in JDK or do I need to set any Security Policy for my code....
Becase when I check the system Property through java code... it gives null.