JDialog.setVisible(true) -> iconified

2002-05-25 Thread Dick Repasky
Hi, I'm having difficulty with JDialog.setVisible() on Blackdown Java-Linux Java(TM) 2 SDK, Standard Edition Version 1.3.1 FCS and above (meaning the latest, too). The first time that I use the setVisible method of a dialog it comes up fine. After I hide it with setVisible(false), calls to s

Re: how to run java plugin with green threads?

2002-05-25 Thread shudo
Wilhelm, > I'm using the 1.3.1_02 version of the blackdown JDK with mozilla RC2 > on PPC. I'm trying to work around the fact that various applets > SIGSEGV the JVM, and I've discovered via testing in appletviewer that > these same applets work fine when I run the JVM with green threads. I'm