[Tcl Java] Re: TclBlend: How do i catch Swing events in TCL, how doi make a callback?

1999-04-30 Thread Moses DeJong
On Fri, 30 Apr 1999, Marcel Ruff wrote: > 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) // > mouseClick

[Tcl Java] Extension problem

1999-04-30 Thread Lubos Vrba
Hello! I'm beginner in JACL (I don't use Tcl). I have this problem. In java I crete some class called Loging that consist of JFrame, JLabels and JTextField. That's OK. Then I create LogingCmd and LogingExtension classes to Loging class can be accessible from shell. In Loging class I've method publ

[Tcl Java] TclBlend: How do i catch Swing events in TCL, how do i make a callback?

1999-04-30 Thread Marcel Ruff
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.printl