Other projects
Checkout KuixDemo sources from SVN
To be able to work with the lastest development sources of KuixDemo, you can checkout them from Subversion (svn) repository.
Requierments
To be able to checkout sources, you need to have a SVN client (integrated in most common JavaME IDEs).
In this docs, you will learn step by step how to do this with NetBeans.
KuixDemo project require Kuix project
First, you need to checkout it first. Take a look at Checkout Kuix sources page.
Checkout from NetBeans
Download and install your IDE
- NetBeans (6.1 release, with Mobility pack),
- You need to configure NetBeans to work with Subversion. Please, refer to the NetBeans website.
Open the Subeversion Checkout dialog

Repository location
Enter the repository URL : http://kuix.googlecode.com/svn.
Leave user and password fields blank for anonymous access and click on the next button.

Folder to checkout
Enter netbeans/org.kalmeo.demo.kuix in the Repository folder(s) field.
Select the Scan for NetBeans projects after checkout checkbox.
And set your custom local folder in the Local folder field and click on the finish button.

And select Open project when the folowing dialog appear.

Explore the project
Concratulation, the project is now in your workspace.

As you can see, resources are located in a res folder located in the project. To edit those resources, use the Files (Ctrl+2) view.

Build the project
Before using the project, you need to build it. Right-click on the project in the Projects view and select build.


