[Tcl Java] Re: [Tcl Java] Use of JACL in JFC Actions

2000-05-01 Thread Mo DeJong
Why do Java folks always create a new term for every little bit of code they write? A "JFC Action" is nothing more than a callback on an interface. You can use these in Jacl directly with the java::bind command. If you really want to see a cool way to use JFC clases with Jacl check out http://www

[Tcl Java] Use of JACL in JFC Actions

2000-05-01 Thread Lee Hall
There is an interesting article at http://www.javaworld.com/jw-04-2000/jw-0414-action.html?041800txt where the author discusses the use of the Command pattern to separate GUI design from implementation in a manner similar to the use of JACL described at http://www.javafoundry.com/~lhall/weld/ Are