question .....please help me
question.
i have a JFrame (WarningFrame) and i want it to be active until the user do some operation(some feedback).
when the frame is active i want NO Other operation on other Frame. such as mouse click make beep.
i hope i explain the problem clearly ..
help me
pls
thanks in advanced.
[340 byte] By [
nikomeng] at [2007-9-27 4:19:05]

Ok, you have more than one frame and when you make your dialog, it is only modal on one frame.
Not sure how to make a workaround for that. That would proably require that when another frame got the focus, it should check if any of the frames has a modal dialog visible, and if that is the case, it should move the dialog to the front (dialog.toFront()).