> Hi all,
> I am using JoptionPane.showMessageDialog in my program.When it is
> shown , the prgram which is in FullScreen mode comes back to normal
> state.The taskbar of linux again appears.
Last time you asked the very same question you have been asked to
provide more information and be more specific. Since you still don't
come up with more details it sounds as if you don't want help.
/Thomas

Signature
The comp.lang.java.gui FAQ:
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq
http://www.uni-giessen.de/faq/archiv/computer-lang.java.gui.faq/
Knute Johnson - 19 Apr 2006 17:46 GMT
>> Hi all,
>> I am using JoptionPane.showMessageDialog in my program.When it is
[quoted text clipped - 6 lines]
>
> /Thomas
In addition, in full screen mode you cannot reliably get input
components to work. The screen goes back to normal. You can get mouse
events though. Read the docs, they say to inhibit input.

Signature
Knute Johnson
email s/nospam/knute/
raam - 20 Apr 2006 04:32 GMT
The operating system used is Linux redhat ES3.The jvm is J2SE 1.5 from
Sun.I am not much comforatable in linux also, the windows related
program is GNOME.
the program is very big and that is why i am not posting.
There is a JPanel(lets say x) which shows a JTable and another panel
of buttons.This JPanel(X) is added to an Internal FrameObject (say IP)
which is added to a JDeskTopPane(say y).A button is added to y which
when clicked shows a message box .This messagebox gets message from 'x'
and shows it on ' IP'. The JDesktoppane is in Full screen mode. aThe
mesaagebox is an Internal Message box.
I will try to reduce the size of the code and post it.
Thanks.