Re: [tcljava-user] Passing parameters from java to tcl in jacl
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2011-04-19 20:29:03
|
On Tue, Apr 19, 2011 at 06:00:28PM +0530, trishanth diwate wrote: > We are trying to implement a GUI in Jtcl. Its a java application which runs > a tcl script when the buttons are pressed. How should i pass the used > entered parameters in the GUI to my tcl script my_script.tcl? Please help > The code i have written is : Are you familiar with Swank? Swank is implementation of the Tk GUI Toolkit written in Java, and uses the JTcl interpreter. Using Swank is by far less code to write that trying to use Swing directly from JTcl/Jacl. See: http://swank.kenai.com/ -- Tom Poindexter tpo...@ny... |