I need to make some textFields and other in it and implement some logic. Is it possible?
A:
I dont think I understand your question exactly, but let me try to answer.
Use Action framework in Java. what i see from your expectation is that you need to fire an ACTION (File->Open Project) when you click Ok in your modal dialogue.
Attach a close event to the modal dialogue, inside that event write the logic to call the action that does the same stuff wat the open project action does.
Bragboy
2010-03-14 19:14:50
What I need is: When I create my own action in menu file, then click it in running app, and then modal window appears. I want that some Action shows my own modal window. I need to create couple of custom modal dialogs.
joseph
2010-03-14 21:41:37