Hi,

I had a question. Lets say I have a class MyThread which extends
java.lang.thread

And I have a class MyClass which has a public variable  named "display" of 
type MyThread.

Using Tclblend, I want to set the public variable 'display' of type Mythread 
and be able to access all the methods of MyThread.
Is this the right way to do it ?

set x [java::new MyThread]
set z [java::field -noconvert $x {display MyThread}]

Thanks for your help. Is there any specific version of TClblend I should be 
using. I am using JDK 1.1.6 with native threads.

Regds,
Suvarna



_______________________________________________________________
Get Free Email and Do More On The Web. Visit http://www.msn.com

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to