Open source implementation of UIML specification for J2SE and J2ME
Categories
User Interface (UI)License
Open Software License 3.0 (OSL3.0)Follow jUIML
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Great software, thank you.
-
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.