Hi all, I'm pretty new to the SwiX phenomena and Swing full stop, so forgive me if the answer is obvious.
I am looking to create an interface which has some components generated by dynamically creating Swix style xml and rendering it at the top of the screen, and also including a previously built command line interpreter(CLI) interface at the bottom of the screen which already has its ui and logic. Should I be looking to try and create the main Container and use the SwingEngine.insert(resource,container) to insert the swix rendered components, and then insert the CLI component? Or should I somehow be turning the CLI into a tag for Swix include when it renders the entire screen? Or perhaps there is a better way? Thanks, Murray.