Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Is it possible or not?(Modal Internal Frames)

843805May 18 2006 — edited Jul 31 2009
Hi,
I am continously trying with Modal JInternalFrames.
But I donot need JOptionPane.Because in that JInternalFrame I didnot ask any confirmation,Infirmation.That InternalFrame is help Frame with a JTabel containg all the records from the database.

So When I viewing this help page I should block the remaining GUI to accept anything.After closing the Help JInternalFrame I have to work with remaining GUI. That is simply Modal JInternalFrame.

Is it possible?

I try with the approch given in the site

http://java.sun.com/developer/JDCTechTips/2001/tt1220.html

and also with vetoablechange listener.

But I didnot get the proper result.That is I coulnot properly implement that.But I solve some errors during development and try my level best.But Not yet correct result.

So will anybody give me some solutions ,links or some guidance to do that.

It will very helpful to me.

Thank you so much.
Meena
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2009
Added on May 18 2006
8 comments
204 views