jqt uses qt to implement its gui. Also, "window" has always been a generic term, despite Microsoft's fondness for generic terms. For example, consider X-Windows.
As for goodness of a language - the language is just a tool. The goodness comes from the community. Thanks, -- Raul On Mon, Jan 8, 2018 at 10:11 PM, Dabrowski, Andrew John <[email protected]> wrote: > Thanks, that was nice. But I don't think anyone actually believes J is > _good_ language for creating GUIs; just a possible one. > > Btw, I'm confused by the docs on the Windows Driver, which make it seem > that it should only work on Windows machine. I run linux and it worked > fine - so does it really provide an interface to Tk or something else? > > > On 01/08/2018 05:18 PM, Raul Miller wrote: >> Please try this under jqt: >> >> install 'all' >> coclass 'qtdemo' >> svgdemo_run=: 3 : 0 >> wd 'pc svgdemo closeok escclose' >> wd 'bin v' >> wd 'cc s1 svgview zoom' NB. show zoom control >> wd 'cc s2 svgview' >> wd 'bin z' >> wd 'set s1 image *',jpath '~addons/demos/qtdemo/image/default.svg' >> wd 'set s2 xml *',fread '~addons/demos/qtdemo/image/bubbles.svg' >> wd 'pmove 0 0 400 600' >> wd 'pshow' >> ) >> svgdemo_run'' >> >> Thanks, >> > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
