Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nathan Meyers
Nelson Minar wrote: > >The closest thing I've found to relevant information is in the > >documentation for Swing -- which states explicitly that Swing is not > >thread-safe, and that all GUI access, after the GUI is instantiated, > >needs to happen from the AWT Event thread. > > This is certainly

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nelson Minar
>>My workaround, which has been generally successful, was to subclass >>JFrame. In the subclass I override dispose (and also setVisible()) >>with a method that forks off Thread with a lower priority than the >>current thread. That's a clever workaround, but ugh! >Is Nelson's application multi-th

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Nathan Meyers
Norm Shapiro wrote: > [EMAIL PROTECTED] (Nelson Minar) writes: > >I'm still getting some occasional instability when disposing of Frames > >in the Linux JDK - I get IOT trap/Abort. My application is crashing > >randomly and it's driving me nuts. > I have had similar problems with JFrame. My wor

Re: instability in Frame disposing - sbb Linux_JDK_1.1.5_v7

1998-07-17 Thread Steve Bankes
I am forwarding the following message for my colleague Norm Shapiro. Steven C. Bankes, Ph.D. Managing Partner Evolving Logic Associates 3542 Greenfield Ave. Los Angeles CA 90034 310-836-0958 [EMAIL PROTECTED] [EMAIL PROTECTED] (Nelson Minar) writes: >I'm still getting some occasional instab

Re: [Q]: native method

1998-07-17 Thread Robert Lynch
[posted & e-mailed] Takeru Tamayama wrote: > Hi, >I want to use IrDA on linux & java. >but, I have a problem in making native method. > This is very easy test program, bat don't work. > My jdk is jdk-libc5-1.1.5-v7 > > I did following commands. > > 1.javac HelloWorld.java > 2.jav

List select and jdk1.0.x

1998-07-17 Thread Stefan Toth
I have to make an applet, which is supposed to work well on all Java enabled browsers. So because of this I do not use the new 1.1 features. Here is my problem : I have a list and I want to perform something when a list item is selected. The problem is that I cannot use action(Event,Object) be

Re: Visibroker for Linux and JDK 1.1.6v2 problem

1998-07-17 Thread Richard Jones
Richard Jones wrote: > org.omg.CORBA.UNKNOWN[completed=MAYBE] > at com.visigenic.vbroker.orb.SE.read(SE.java:28) Sorry to answer my own question :-) This topic seemed to cause more discussion about how I ever managed to get VBJ working on Linux than on the original problem. Anyway, I solv

Xemacs and Jacob

1998-07-17 Thread Sze Yuen Wong
Hi, I'm trying to use Xemacs with Jacob and they working very well. However, I got a simple question. How can I control where the Xemacs and Jacob window come up? How about size? I notice that when Jacob comes up it make Xemacs smaller and then move itself to the corner of the page. But since

Unable to run java

1998-07-17 Thread Ernst de Haan
Hi all Java-Linux freaks (there *are* other people on this list, aren't there?) I'd love to run Java and Swing on Linux, so I downloaded JDK1.1.6v2 and JDK1.1.5vX (for my intel pentium, 64 MB, Linux 2.0.30) Un-GZIP-ped the stuff, un-TAR-red. All went fine. Until I tried to run the script /usr

Re: [Q]: native method

1998-07-17 Thread Takeru Tamayama
I did both of following that, but didn't work. why does it work ? ln -s libHelloWorld.so.1.0 libHellWorld.so.1 ln -s libHelloWorld.so.1.0 libHelloWorld.so - takeru [EMAIL PROTECTED]