Re: Dear Sir

1998-06-07 Thread Chetan Kumar
On Sun, 7 Jun 1998, Rani Pinchuk wrote: *>Hello. *> *>I wonder if your problem and other problems like this might be connected Yes you are right. In fact I had used awt listbox in JPanel. May be this is the cause of all problem. Anyhow in general how do I locate Jpanel in Jframe. I mean, say

Re: Linux native threads

1998-06-07 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Christopher Seawood writes: The blackdown version is ported using Sun's source and it still contains the script options for native threads although they have not been implemented yet. Karl is right. There just aren't yet any publicly-available Sun JDKs

RE: What is the sizeof JDK-1.1.5.tar.gz ??

1998-06-07 Thread Peter Schuller
> I had received more than 75 megabytes! Something was wrong, right? Here's mine: 13790029 May 5 12:06 jdk1.1.5-v7-libc5.tar.gz --- / Peter Schuller "Smith & Wesson - the original point'n'click interface!" --- WWW: hem.passagen.se/petersch/ (might cha

dependencies and javac?

1998-06-07 Thread Bernd Kreimeier
Is there any way to use GNU make for "depend" purposes with JDK? At first glance, javac seems to handle every *.java file imported by the main source you compile. Problem is, outside the current directory (i.e. in other packages), more recent *.java sources seem to be ignored if *.class files a

Re: dependencies and javac?

1998-06-07 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Bernd Kreimeier writes: Is there any way to use GNU make for "depend" purposes with JDK? Warren Pfeffer has a Java 1.1 dependency graph generator that says it can help with this sort of thing at http://pluto.njcc.com/~slinky/land_of_science.html. It also

Your Invited!

1998-06-07 Thread tyrax16x
Hello: My name is Chrissie. I'm an 18 year old student with a fantastic body that I just love to show off! I just started working at this place where you can see me live on your computer & I will do whatever you want! Come check me out, it's free to try out! http://206.217.29.20/~cmdaddy/">CLICK H

Re: appletviewer screen location

1998-06-07 Thread Ron Yorston
The positioning of windows under X is somewhat broken. There is a bug report on this at the Java Developer Connection, but Sun have classified it as a 'request for enhancement'. http://developer.java.sun.com/developer/bugParade/bugs/4102292.html Ron

Dear Sir

1998-06-07 Thread Chetan Kumar
Sir, I am using RedHat 5, jdk-1.1.5 and swing-1.0.2. I am not able to relocate or resize j-panel in a frame. I tried setlayout and setsize.But that did not work.Please reply, any help is appreciated. T

Re: Dear Sir

1998-06-07 Thread Rani Pinchuk
Hello. I wonder if your problem and other problems like this might be connected to mixing of AWT components with Swing components. I had a terrible bug connected to that - in my bug the repaint and TipTools didn't work. Apparently this bug is quite "popular" and I found several emails that