I just wrote my first cookswing helloWorld test application in eclipse and I was wondering if you had to write a similar class which calls an xml indirectly for SwiXML and what does that look like. Do they all begin life like this?
import cookxml.cookswing.*; public class HelloWorld { public static void main (String[] args) { CookSwing cookSwing = new CookSwing (); cookSwing.render ("examples/xml/helloworld.xml").setVisible (true); } } _______________________________________________ Forum mailing list Forum@carlsbadcubes.com http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com