Re: Swing

1999-05-17 Thread Wim Ceulemans
> does anyone know where I can find a copy of Swing >for Linux? I've downloaded JDK 1.1.7 but can't find >Swing. > Swing is 100% pure java Wim -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trou

Question concerning 1.2?

1999-05-17 Thread Matthew Brown
Hello, Sorry if I am emailing to wrong person..I have just installed and configured OpenLinux 2.2(which ships with glibc2.1) and I noticed that after I d/led your port I noticed that it wouldn't install and then I realized that you all haven't compiled it yet for 2.1 and I was wondering what k

Re: Swing

1999-05-17 Thread Ernst de Haan
Check out JavaSoft, 'cause Swing is Platform Independent =) The URI is: http://java.sun.com/products/jfc/ GreetinX++, Ernst Kristian Guillaumier wrote: > > Hi, > does anyone know where I can find a copy of Swing > for Linux? I've downloaded JDK 1.1.7 but can't find > Swing. > > Regards

Multiple Lined Tooltips?

1999-05-17 Thread Paul Michael Reilly
Zhichao Hong writes: > Hi, > > I am wondering is that possible to create Mutiple line tooltips. By > default, the swing is only able to display single line tooltips. > > > Any idea is much appreciated. I saw that JLabel and JText support a prefix followed by HTML modifiers in the stri

Re: Delivering Java Apps

1999-05-17 Thread Nathan Meyers
You might want to rethink this advice. "jre" goes away in 1.2; "java" is the correct invocation... it even accepts the -cp option in 1.2. Nathan - Original Message - From: Chris Abbey <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 17, 1999 9:36 PM Subject: Re: Delivering J

Re: Delivering Java Apps

1999-05-17 Thread Chris Abbey
Missed this thread when it happened... At 10:33 AM 5/16/99 -0400, Stephen Martin wrote: [...] >So my question is this, given a fairly simple java app (ie no native >methods, no rmi, no jdbc...). What is the best way for an end user >to run it without having it hog all the resources on their syste

cannot run classfile

1999-05-17 Thread Dawei
hello everyone: I had installed jdk1.2 v1 in my RH5.2 Box. for the test, I created a HelloWordApp.java, I complie it and got a HelloWordApp.class file. But when I try to run it with $:::>java HellowordApp.class following err message was appeared $:::>Exception in thread "main" java.lang.NoClassD

Hi, pioneers!

1999-05-17 Thread Min-Shong Lin
Hi, I am porting PersonalJava to Linux(on StrongARM). Is there any mailing-list or group I can join to discuss with everyone of you? With Regrads, -- Min-Shong Lin (ªL±Ó¶¯) [EMAIL PROTECTED]http://www.csie.nctu.edu.tw/~minslin X100, CCL, ITRI, Taiwan Phon

Re: Swing

1999-05-17 Thread Chris Abbey
swing is pure java. http://java.sun.com/products/jfc/ should be a good start. At 08:26 PM 5/17/99 -0700, Kristian Guillaumier wrote: >Hi, > does anyone know where I can find a copy of Swing >for Linux? I've downloaded JDK 1.1.7 but can't find >Swing. !NEW!-=> <*> cabbey at home dot net http:/

Swing

1999-05-17 Thread Kristian Guillaumier
Hi, does anyone know where I can find a copy of Swing for Linux? I've downloaded JDK 1.1.7 but can't find Swing. Regards _ Do You Yahoo!? Free instant messaging and more at http://messenger.yahoo.com -

RE: plugin 1.1.2 + Window

1999-05-17 Thread andrey
I've seen a workaround for this somewhere. The idea was that security permission is checked when object gets created and it is possible to deserialize window from serialized version saved from locally running application. Sounds messy, but the idea is to avoid calling constructor. I haven't tried

Multiple Lined Tooltips?

1999-05-17 Thread Zhichao Hong
Hi, I am wondering is that possible to create Mutiple line tooltips. By default, the swing is only able to display single line tooltips. Any idea is much appreciated. Zhichao |

Re: Problems with Swing-1.1.1beta2 under JDK1.1.7v3

1999-05-17 Thread Wolfgang Muees
Am Mon, 17 May 1999 schrieb Jonathan Mark Brooks: > I have the JDK1.1.7v3 installed on a stock RH6.0 system. My toplevel > java directory is /home/java. I have the latest version of TYA installed. > JDK works fine. > > I've downloaded and unzipped the swing-1.1.1beta2 version of Swing in > my /

Weird charAt() problem ...

1999-05-17 Thread Bernd Kreimeier
I don't quite know how to describe this. For a change, this is not JNI related, pure Java. The problem: I made a mistake using String.charAt(8) on strings that have only 8 characters max. set. if (name.regionMatches(0,"texture",0,7)) { if ((name.charAt(7)=='1') || (name.charAt(7)=='2'))

Re: pre-jdk117_v2 works fine - except for me :(

1999-05-17 Thread Bernd Kreimeier
Moses DeJong writes: > Here is what I use for the preloaod: > (LessTif) > LD_PRELOAD="libXt.so libXm.so libXext.so" Been there. Doesn't do it. I'll probably get me some potato packages next. Juergen also told me some linkage will change for the better in the next release.

plugin 1.1.2 + Window

1999-05-17 Thread pridemor
I'm trying to debug an app / applet that puts up a SplashScreen (extends Window). I can see the splash screen fine as an application and with appletviewer, but NOT with the 1.1.2. plugin in Netscape 4.5. Any ideas? This works on NT, but also fails on Solaris/Intel the same as Linux. I tried ch

Re: Applets!

1999-05-17 Thread Denis Riedijk
On Mon, 17 May 1999, Rui Vale wrote: >Hello to everybody!! > My problem is that I needed to write on disk and >create/modify/delete files trow an applet. I tryed to make such an applet >but my efforts were garbage. If it is possible to create an applet to >perform those tasks, please let me

Applets!

1999-05-17 Thread Rui Vale
Hello to everybody!! My problem is that I needed to write on disk and create/modify/delete files trow an applet. I tryed to make such an applet but my efforts were garbage. If it is possible to create an applet to perform those tasks, please let me know. THANKS in advance.

Re: pre-jdk117_v2 works fine - except for me :(

1999-05-17 Thread Moses DeJong
On Mon, 17 May 1999, Bernd Kreimeier wrote: > Juergen Kreileder writes: > > >> I do not have the option to link against X11 libs directly. > > That was my first solution... > > > With LD_PRELOAD all I have to do is > > $ LD_PRELOAD="libXm.so" LD_BIND_NOW=true ./bug > > bash-2.01$ LD_PRE

Problems with Swing-1.1.1beta2 under JDK1.1.7v3

1999-05-17 Thread Jonathan Mark Brooks
I have the JDK1.1.7v3 installed on a stock RH6.0 system. My toplevel java directory is /home/java. I have the latest version of TYA installed. JDK works fine. I've downloaded and unzipped the swing-1.1.1beta2 version of Swing in my /home/java directory. The toplevel swing directory is /home/j

Slow to appear on screen

1999-05-17 Thread Big Mayo
when I run the virtual machine it takes a relatively long time for my application to appear on the screen. The first thing I see is s very very fuzzy representation of my GUI, then some time later, the GUI itself materializes. > I went to the appropriate website and downloaded the URW fonts as

[Fwd: Missing dingbat fonts]

1999-05-17 Thread Big Mayo
I went to the appropriate website and downloaded the URW fonts as instructed, but I have no idea where to unpack the font file - or how to install the fonts. No idea whatsoever. Can you advise me on this?

Re: [OT] TYA and Redhat 6.0

1999-05-17 Thread Peter Graves
I got this same warning (on a Debian potato system), but after the dust settled tya works just fine... Paul Oliver wrote: > > Hi, > > Redhat 6 seems to be breaking a lot of things for me. :-( I'm not sure, > but I think it has something to do with the egcs distribution used. > > When I try an

Re: pre-jdk117_v2 works fine - except for me :(

1999-05-17 Thread Bernd Kreimeier
Juergen Kreileder writes: >> I do not have the option to link against X11 libs directly. > That was my first solution... > With LD_PRELOAD all I have to do is > $ LD_PRELOAD="libXm.so" LD_BIND_NOW=true ./bug bash-2.01$ LD_PRELOAD="libXm.so" LD_BIND_NOW=true ./bug ./bug: error in loadi

[OT] TYA and Redhat 6.0

1999-05-17 Thread Paul Oliver
Hi, Redhat 6 seems to be breaking a lot of things for me. :-( I'm not sure, but I think it has something to do with the egcs distribution used. When I try and compile TYA, I get: /usr/local/java/bin/../include/genunix/../green_threads/include/context_md.h:46: warning: ignoring pragma: unknown_

Thanks!

1999-05-17 Thread Bojan Smojver
To all of you a big thank you! Keep up the good work. Bojan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RCPT: Linux Newbie - Installing jdk on Redhat 6.0

1999-05-17 Thread Carl Wright
Return Receipt Notification --- I am a linux newbie. I have installed Redhat 6.0 and have access to the internet through my adsl. I am trying to install the jdk1.1.7 so that I can install the java version of ICQ but am not sure how to proceed. If anyone is able to offer an