Hi there, Is there any way to dynamically load windows whilst inside a given state?
For example, replicate the behavior in Java where we do: JFrame f = new JFrame(); f.setSize( 100, 100 ); f.setVisible( true ); Is there a Component.create( ) type of method? Thanks Always! Alex

