Change the titlebar (and the subject line damnit!) (was: Java 1.1.6 can't add!)

1998-09-05 Thread Albert Y.C. Lai
Maarten van Leunen <[EMAIL PROTECTED]> writes: > A small thing: > > Whenever I give my Java APplication a nice name in the Titlebar, it says > in the titlebar "No Name". I see this on Solaris running twm. But whenever I use fvwm anywhere, the window title shows up fine. -- [If you post a res

Re: UI java-Unix

1998-09-13 Thread Albert Y.C. Lai
Laura <[EMAIL PROTECTED]> writes: > try{ > String[] com_ps= > {"/bin/sh", "-c", "/bin/chmod 755 esegue", "./esegue"}; > Process p = Runtime.getRuntime().exec(com_ps); > }catch (IOException e0){ > System.err.println(e0); > System.exit(0); > } > } Runs fine with me: the permissions of the file e

Re: Deprecated `Thread.stop()' in forthcoming JDK 1.2. Why?

1998-11-22 Thread Albert Y.C. Lai
Steve Byrne <[EMAIL PROTECTED]> writes: > This, in effect, is that the interrupt mechanism does. It sets an > interrupted flag in the thread that user code can watch for, and I > think it breaks you out of Thread.sleep or other thread related > operations. Right. Sleeping and blocking I/O are

Re: How to include ?

1998-12-24 Thread Albert Y.C. Lai
"Ramesh Babu A." <[EMAIL PROTECTED]> writes: > I have a setup, > JDK1.1.6, RedHat4.1 > I want to include my own fonts, backgrounds in my java > application(not Applets). Is it possible to do ? The background: you use java.*.* methods. This is a platform-independ

Re: libstdc++-libc6.0-1.so.2... and the Linux mess (IMHO)

1999-03-24 Thread Albert Y.C. Lai
Nicholas Lee <[EMAIL PROTECTED]> writes: > Don't upgrade then, let someone else test the cutting edge stuff. The > point of linux is that you have choise. [...] Except that by now Java 2 is no longer supposed to be cutting edge stuff. Yet, if I get it right, that the linux port requires such

Re: What's up with this?

1998-09-01 Thread Albert Y.C. Lai
Steve Cohen <[EMAIL PROTECTED]> writes: > //file b.java: [...] >public void doSomethingWithAPoint (Point pt) { // fails to compile > return A.doSomethingWithAPoint( pt ); >} >public void doSomethingWithAnInt (int i) // compiler accepts. > return A.doSomethingWithAn

Re: java 1.1.7/Linux Thread switching

1999-10-30 Thread Albert Y.C. Lai
Chris Abbey <[EMAIL PROTECTED]> writes: > This is "known behaviour". The thread spec is very vague in regard to how > it is supposed to work. There have been numerous discusions on the list [...] > but actually a statement of the technology's threading quality (or lack > thereof as the case may

Re: RPMs

1999-11-28 Thread Albert Y.C. Lai
"James Butler" <[EMAIL PROTECTED]> writes: > Because my office network and CD writer, in a concerted attempt, do > not wish me to copy any file that ends with .tar or .bz2 When you download the files, save it with a name (and type) of your choice. If necessary, further change the name and the t

Re: Corrupted JDK-1.2.2

1999-11-29 Thread Albert Y.C. Lai
"John N. Alegre" <[EMAIL PROTECTED]> writes: > What gives? Why the shar file anyway? bz2 was ok, gz even better. > shar files aren't even compressed I think the main purpose of the installer script is to make you read and agree to the license before it unpacks the files, like all software p