A GUI Builder, for Java Components.
Korfe works best when used for Swing components.
- Select the Component to add from the toolbar
- Hold the mouse down on the form
- Drag out a square
- Let go when the square is the desired size. Korfe will then change then
change the Components position and size, depending on the LayoutManeger being used.
A scripting language, which is integrated well with Java.
Details can be found at http://www.python.org/jpython
Korfe has been set up so that you can access the Korfe classes easily.
All you have to do is append the Package name to the start of the className
eg: To access the ObjectMap, use util.ObjectMap
In the future, there are Plan to add code writing and reading features into Korfe.
The current way to save, is to save the Form as a serialized file, and then access it in your code
using the KorfeTools file.
First you must import org.javalobby.apps.korfe.KorfeTools
Then you can access the Serialized file using KorfeTools.loadComponent
You can get a component via its name using KorfeTools.getComponent