This is an old revision of the document!
Configuring GroIMP
This section present the configuration management of GroIMP both for software and project. The two main configuration steps are:
- On startup, in the command line. It is the java and GroIMP arguments.
- In the software through the options.
A typical command to start GroIMP is :
java -Xverify:none -jar core.jar –project-tree
The command above can be splitted in two:
- the java command and arguments
- the GroIMP arguments
Java arguments
GroIMP runs with java. Thus, java can take additional arguments when started. Java arguments are declared in the command line.
GroIMP arguments
GroIMP will can receive and use arguments in the command line. Such arguments can be either used by groimp, or forwarded to the project, and accessible there.
Look and feel
The UI Toolkit/Swing UI group in the Preferences Panel allows you to customize the Look & Feel of the Swing-based user interface. You can choose whether window decorations (such as title bars and borders) are handled by Swing or by your system's native window manager.
