Adds support for confining the mouse pointer to a Java AWT or Swing window, useful for video games that use mouse look or edge scrolling.
Usage:
0. Download release/jpointerlock.jar and lib/native-library-loader.jar from the code section, and add them to your build path/classpath.
1. Call PointerLockLoader.init() as early as possible on the AWT EDT to load the native library.
2. Call PointerLock.setPointerLock(Window, boolean) on the AWT EDT when you want to lock or unlock the pointer.
This library and the included native library loader are released under the Unlicense and come with absolutely no warranty. ...
PROFACE is a User Interface Prototyper developed in Java. The objective of Proface is not code generation, but allow design/creation of interface idea with colors, buttons, texts, images, links and others.
Protoreto is a GPL-licensed tool to create prototypes of graphical user interfaces (GUIs).
NOTE: This project is not actively maintained at the moment. If you'd like to continue developing Protoreto, please send an e-mail to: wikipedian@users.sf.net
Command Line Assistant is a Graphical User Interface GUI aimed at helping the usage of the Command Line Interface CLI. It is a Java application which builds commands to be used at the CLI prompt.
The project tries to extend the basic Hotswap support in the current JVM and allows developers to add/remove instance fields and methods and replace the new class in a running JVM, thus saving huge time incurred in restarting the JVM for every change.
Mavenizer intends to ease the (rather painfull) process of making third party libraries (which are not built with Maven) available as artifacts on a maven repository.
Ant-Eclipse is a task for the Java build tool Ant generating Eclipse projects to be just imported and used easily. Ant build scripts are used as a central place for the configuration of sources and libraries which the generated projects are based on.
...It helps to locate the non-generated, self-written code in sources generated with EMF. You may install it from the Eclipse Update Site URL http://emfutils.sourceforge.net/updates
EasyUpdate is a secure, small and easy to use Java library that enables your application to check for version updates on the Internet, download and install them. It uses JCE to digitally sign files so they are guarantee to be authentic
Turn Java applications into executables for platforms like Windows or OS X. Including icon conversion and memory limit adjustments. With plugins for Ant and Maven.