Hi,
Im a bit confused about 2 TclBlend questions:
1) How do i catch Swing events in TCL?
For instance, a code in Java:
MouseListener ml = new MouseAdapter() {
public void mousePressed(MouseEvent e) //
mouseClicked(MouseEvent e)
{
System.out.println("Got a mouse event ...");
}
};
myJTable.addMouseListener(ml);
How do a java::bind this in TCL?
2) How do a call a TCL script from JAVA (a callback from Java to my
jtclsh)?
Thanks for any hints or code snippets or URLs with examples ...
Marcel
----------------------------------------------------------------
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/