Re: [tcljava-user] combining java and tk widgets...possible?
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-07-12 18:19:43
|
On Thu, 12 Jul 2001, Bryan Oakley wrote: > Using tclBlend, can I create a java window (either an awt or swing object) > and embed it in a tk window (either frame or toplevel specified with > "-container true")? Or conversely, can I create a tk window and embed it in > a java window (via the -use argument of toplevel)? Nobody is working on that feature. I think someone got it working with some local hacks once, but it has never been a supported feature. > About the only direct answer I found on the net for this question is "no", > but that came from a paper Mo wrote back in 1998. Has the state of the > tclblend art progressed much in this regard since? Nope. It is unlikely that will change anytime soon unless someone wants to do it themselves. Note that there has been some work on Swank, which is a set of Tk bindings for Swing widgets. That is not really what you are looking for, but it is still cool. cheers Mo |