Refactor some code out of model package into these packages: model.dom - model classes for processing DOM nodes model.swing - model classes implementing Swing models util - utilities that depend on no other xwing packages
Little polishes in the build.xml to allow to run different ui files. Little fix in the jelly-script to make the checkbox clickable. Addition of a maven goal to generate a classpath. Paul
Changed the license so that URLs are followed by a space so that the linkcheck target (actually the jxr plugin) doesn't report bad links for such things. Also, currently striving for JNLP runnability (aka sandboxed things). Paul