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
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
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