News

This post shows readers how to create an array in Java. Including: Array Lists, multidimensional arrays, maps, and more.
The other project, Jacl (Java Command Language), is a total rewrite of the existing Tcl script interpreter in Java that will make it easy to embed into a Java application.
The -splash option is new to Mustang. When you run your Java application (MyJavaApplication in the above example) with -splash option, the spash.png will be displayed when your application runs.
Creating splash screens in Java by using AWT and Swing is well documented in the current literature. However, the existing solutions are not fully featured in that documentation and do not explain ...