I am new to Java GUI I deigned and window and menu item using java design tool.But when I want to create window for menu item say New contact
I did not find an option to do that in event handler so I did it manually by coding it.But when I go to design part and click on New Contact
it does not show the window I created via code.
Here is the screen shot of deign view -when I click on New Contact
nothing happens.
Now in the source code when I run it I get the window I coded
Is there any possible way I can make it work in design part? I did not find any option to do it in Add Event Handler