User Ratings

★★★★★
★★★★
★★★
★★
1
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • Great software, thank you.
    1 user found this review helpful.
  • Project seems not to be finished. I try to compile and run the example : Unzip jdom-2.0.4.zip in juiml directory Compil : cd juiml mkdir classes CP=src:lib/jdom.jar I updated path in Vocabulary.java line 38 and in MainClass.java lin 30 javac -d classes -classpath ${CP} src/com/juiml/*.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. javac -Xlint:unchecked -d classes -classpath ${CP} src/com/juiml/*.java Execution : java -cp classes:lib/jdom.jar com.juiml.MainClass Exception in thread "main" java.lang.NullPointerException at com.juiml.renderer.RenderingEngine.RenderUIML(RenderingEngine.java:60) at com.juiml.MainClass.main(MainClass.java:39) Change TM : // TM : 20/1/2013 : runtime exception objs can be null : add objs!=null && for (int j=0 ; objs!=null && j<objs.length ; j++) { } OK : test starts, but no component in window frame. Th for loop above is empty. Project was not finished in 2009.