Hi,
I want to show glasspane on main window of my application. I am making application in netbeans platform application. I know how to add it on Jframe. I want it on window of module suite. How to do it? Please help. Thanks in advance.
Printable View
Hi,
I want to show glasspane on main window of my application. I am making application in netbeans platform application. I know how to add it on Jframe. I want it on window of module suite. How to do it? Please help. Thanks in advance.
when we create new project in Netbeans Platform Application it creates module suite. when we run the project it shows one window with default menu bar and toolbar with undo-redo and save icons. I want to show glasspane on this window as i want to show one dialog box on the window. so till the dialog is on the screen the main window should get dis-activate. for this i want glasspane to show on which dialog will appear.
Sorry, I'm still confused. Why not simply use a modal dialog? This will inactivate the underlying window until the dialog has been properly dealt with.