Re: The Can Even Steal Your Identity!

1998-09-04 Thread Eitzenberger Thomas
Kenny Freeman wrote: > FUCK OFF. > > Totally agreed but next time PLEASE do not attach the bullshit to your reply and send it to the whole list ! mfg ET PS Janet : Get Lost in Hyperspace !

Re: Linux Java and Object Domain 2

1998-08-11 Thread Eitzenberger Thomas
Stefano Canepa wrote: > Hi all, > I have set-up Blackdown JDK 1.1.6v2 on my Linux box (RH 5.1) and > started play with Java and all seems to go right, today a installed the > Object Domain's Object Domain version 2 beta 2 and I had an error telling > it cannot start the VM couse java/lang

Re: Text font & color when setEditable(false)

1998-07-13 Thread Eitzenberger Thomas
Glenn Valenta wrote: > I'm kind-a new to Java so please bear with me... > > Is there a way to stop the font and color from changing > when one sets an java.awt.Component to non-editable? > > I'm using a frame in an application and when I add a button > that is setEditable(false), the font and col

Re: Bug in JDK1.1.6v2 and previous releases ?

1998-07-02 Thread Eitzenberger Thomas
Juergen Kreileder wrote: > It crashes only with the 1.1.6v2 (libc5/glibc) vm that has motif > statically linked in. If you have Motif/Lesstif try setting > DYN_JAVA=1, if you don't have Motif you will have to use 1.1.6v1. > > My own build of 1.1.6v2 (with minor modifications by myself) doesn't >

Bug in JDK1.1.6v2 and previous releases ?

1998-07-01 Thread Eitzenberger Thomas
Hi ! As java-linux.org is not online ( will it ever be again ???) I am using SuSE 5.0.1, installed jdk116v2 libc attached you'll find a small dialog class which causes the java vm to crash when pressing the button inside the dialog. mfg ET // JAVA-CODE by Thomas A. Leitgeb // import java.a

Re: What's up in keyborad Listener?

1998-06-30 Thread Eitzenberger Thomas
Andrew An(Tae-Yoon) wrote: > key Event is never transmited to kl. > I use jdk1.1.5 and Linux Redhat 5.1. Well from my point of view let's use requestFocus() on the canvas ! mfg ET PS Beer Beer Beer !

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread Eitzenberger Thomas
pat cavanagh wrote: > > } > > System.in.skip(1);//remove nl > > }while(prod!='x'&&prod!='X'); > > System.out.println("Total Weekly Pay is $"+_total); > >} > > } > > > > maybe one of these last lines needs to change a little bit? > if you are rea