Re: [tcljava-user] Can tclblend pack Java GUI's???
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-01-26 18:10:30
|
On Fri, 26 Jan 2001, Marty Backe wrote: > Hi, > > I've looked for the answer in newsgroups/lists, to no avail. Before > digging into Tclblend, perhaps someone could answer this question. > > I have a Tcl application that I would like to embed a Java (AWT, Swing, > etc.) created widget into (i.e., Tcl packs the Java widget into an > existing window). > > Is this possible with the Tclblend extension? > > Thanks in advance, > > Marty Backe It sounds like you want to put AWT widgets inside Tk widgets. That it not currently possible. You can use AWT and Tk toplevel windows in the same application, but not in the same toplevel window. Tcl Blend is really only focused on mixing Tcl and Java, not Tk and the AWT. Mo DeJong Red Hat Inc |