Re: "Open" Group port/Invocation dumps core

1998-08-27 Thread Wayne
> > In both cases their biz model seems to get in the way of > efficiency. I am not going as far as Linus stating something > like "Java is Dead", but for my particular application Could you tell me where you saw this statment? Bye >

Connecting to a CNC?

1998-11-05 Thread Wayne
d the programs from the CNC to the CPU and store them there until they need them, at which time they load them back to the CNC. The question I have for the group is this: does Java have the ability to read from the RS23 port? If so can someone point me to the literature on this subject. TIA. Wayne

Just checking!

1998-07-01 Thread Wayne
Hello bye

Some ?

1998-07-01 Thread Wayne
now to get the diffs for my linux box. However, every time i try i get get an error after the file looks like it transfered. The error is is - unable to create a tmp file. TIA. Wayne P.S. There dosen't seem to be much traffic on this list??

Which zlib?

1998-07-01 Thread Wayne
Hello, Can i use the zlib for solaris on linux? if not which one and where do I get it? TIA. Wayne

zlib???

1998-07-01 Thread Wayne
Hello, Can someone tell me how to use zlib on src.zip? I really would appreciate some help. The documentation that I pull down so far has no mention on how to use it on src.zip. TIA. Wayne

Still not working!

1998-07-03 Thread Wayne
Hello, I thought I had my system installed, but I guess I don't. Accord to the install instructions one dose the following: cd /usr/local tar -zxvf /usr/local/jdk1.1.6.tar.gz # I change this export DISPLAY=:0 export PATH=/usr/local/jdk1.1.6/bin:$PATH apletviewer \ /usr/local/jdk1.1.6/demo/awt-1.1

Off-Topic --

1999-02-27 Thread Wayne
Button ( "my\n" + "button") ; What I'm looking for is my button I appreciate any help. Wayne -- To UNSUBSCRIBE, email to [EMAIL P

serial connection.

1999-08-31 Thread Wayne
Hello, Sometime ago I seen an API for serial connection, but when I went to the blackdown site I couldn;t find anything. Does anyone know if such a API exist? I need to write some code that talks to a CNC machine. TIA. Wayne

Problem making an instant of a class.

1999-10-03 Thread Wayne
er on each button. myButton.addActionListener(new myhandler()) ; In my handler I extend Frame and implement ActionListener. In the method actionPerformed() I set several componets and then do a setVisible(). But nothing happens. What am I missing? TIA.

Re: Problem making an instant of a class.

1999-10-03 Thread Wayne
Weiqi Gao wrote: > Wayne wrote: > > > > Hello, > > I have looked thru all my java books looking for an answer to my > > problem, but I'am not not able to find a solution. So, I thought > > I ask the group. > > > > I hava a class A that extends

Can A Frame have a KeyListener?

1999-10-17 Thread Wayne
Hello, The subject said it all. From my little test I would say no, but maybe there is a way for this to happen. Any solutions? TIA Wayne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: Can A Frame have a KeyListener?

1999-10-18 Thread Wayne
Robert Simmons wrote: > Subclass it and declare it implements KeyListener. > I tried this, but it did not work. > > -- finito > -- rob > > - Original Message - > From: Wayne <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, Octob

Still looking for a solution.

1999-10-21 Thread Wayne
Also how can I get this to work without putting a handler on the button? TIA Wayne -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Still looking for a solution.

1999-10-21 Thread Wayne
s for yout time. By the way for those interested in the article. http://www.javaworld.com/javatips its tip number 69 for AWT and tip number 72 for JFC Wayne Alex M. wrote: > Do you have to use AWT frames? If you use a swing frame, you can use a > glass pane to do what you are trying to do. &g

JDK 117 for Linux

1999-06-08 Thread Wayne Hannam
I am attempting to compile an RMI application with the 1.17 version of the Blackdown JDK, and when I do, I get a Segmentation Fault. This does not leave any trace of why the fault occured.   I am running the RedHat 5.2 distribution of Linux   Has anybody else had this problem ? and if so, did