Re: GridBagLayout

2000-10-11 Thread Mark Ogden
Now I'm not entirely sure but what you have to call repaint()? Just a guess... -- Save the whales. Collect the whole set. [EMAIL PROTECTED]http://homepage.ntlworld.com/pogden -- To UNSUBSCRIBE, email to [EMAIL PROTECT

GridBagLayout

2000-10-11 Thread Nicolas Raitman
Please look at the actionPerformed... I gave you all the code just in case, but the main problem is there. I am new and I cannot solve it nor have an idea of what is going on. import java.applet.Applet; import java.awt.*; import java.awt.event.*; /**/ public class

Re: Java/Linux Resources from IBM

2000-10-11 Thread Joseph Shraibman
Nathan Meyers wrote: > > Joseph Shraibman wrote: > > > Jeffrey I Condon/Cupertino/IBM wrote: > > > > > > A proposal for fixing the Java programming language's threading problems > > > - > > > Allen Holub suggests that the Ja

Re: Java/Linux Resources from IBM

2000-10-11 Thread Matt Peterson
Nathan Meyers wrote: > > Joseph Shraibman wrote: > > > Jeffrey I Condon/Cupertino/IBM wrote: > > > > > > A proposal for fixing the Java programming language's threading problems > > > - > > > Allen Holub suggests that the Ja

Re: Java/Linux Resources from IBM

2000-10-11 Thread Matt Peterson
Jeffrey I Condon/Cupertino/IBM wrote: > > A proposal for fixing the Java programming language's threading problems > - > Allen Holub suggests that the Java programming language's threading model > is possibly the weakest part

Re: invoking jvm with c

2000-10-11 Thread Sreenivas Gummadidala
hai Juergen thanx for ur reply, when i compile the program after changing this line Juergen Kreileder > you have to use JavaVMInitArgs instead of JDK1_1InitArgs. gcc -O -I/usr/local/j2sdk1.3/include -I/usr/local/j2sdk1.3/include/linux/ -L/usr/local/j2sdk1.3/jre/lib/i386/class

Re: Linux Java JDK in SUN

2000-10-11 Thread Joi Ellis
Friendship wrote: > > Where Can I find the Java JDK for Linux version in > www.SUN.com? > http://java.sun.com/j2se/1.3/download-linux.html -- Joi EllisSoftware Engineer Aravox Technologies [EMAIL PROTECTED], [EMAIL PROTECTED] No matter what we think of Linux vers

Re: Linux Java JDK in SUN

2000-10-11 Thread Christopher Hinds
Have tried java.sun.com ? Cheers Chris Friendship wrote: > Where Can I find the Java JDK for Linux version in > www.SUN.com? > > Thanks!! > > __ > Do You Yahoo!? > Get Yahoo! Mail - Free email you can access from anywhere! > http://mail.yahoo.com/

Re: Java performance check

2000-10-11 Thread Craig Rodrigues
On Wed, Oct 11, 2000 at 02:11:51PM +0300, Ganesh Sivaraman wrote: > > Is there any kind of JVM performace check tool, which can show the JProbe, http://www.klgroup.com/jprobe/ -- Craig Rodrigues http://www.gis.net/~craigr [EMAIL PROTECTED] --

Linux Java JDK in SUN

2000-10-11 Thread Friendship
Where Can I find the Java JDK for Linux version in www.SUN.com? Thanks!! __ Do You Yahoo!? Get Yahoo! Mail - Free email you can access from anywhere! http://mail.yahoo.com/ --

Java performance check

2000-10-11 Thread Ganesh Sivaraman
Hi, I had posted this a while ago. I am reposting with some hope that I will be able to get some response this time. Is there any kind of JVM performace check tool, which can show the applications memeory consumption processor load and other parameters. It will be great to have this in Java as