I don't know if this is the problem you are seeing, but I have fixed problems
such as you described in our dialog boxes (extends JDialog) by moving a
call to setModal from near the bottom of the constructor to the top. It also
works fine if you pass true to super() in the constructor. The dialogs would
flash briefly on the screen, as you described, until I made this change. It
wasn't a problem on Windoze...
[EMAIL PROTECTED] on 05/03/99 07:02:45 AM
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc: (bcc: Russell Pridemore/Lex/Lexmark)
Subject: More problems with Java2 and Redhat6.0
Call me stupid! Last post i made was made in haste. I did check that all
java
binaries runs properly and console "hello world" executes normally, what
i didnt
check was AWT based programs. Now the problem is in 'em. AWT based
programs seems
to crash for no reason. First, ofcourse, java reported errors about
missing
library but i knew this bug and corrected it with these to lines:
g++ -shared -o /usr/local/lib/libstdc++-libc6.0-1.so.2 -lm
ldconfig
So, now AWT programs starts correctly but after the Frame should appear
to screen
it pops to screen and disappears really fast.
Any ideas ?
--
Jani Mikkonen (rasjani at pcuf dot fi)
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]