net.sourceforge.jiu.apps

Class jiuawt


public class jiuawt
extends java.lang.Object

Graphical user interface application based on the AWT (Abstract Windowing Toolkit, part of Java's standard runtime library since 1.0) that demonstrates features of JIU.

Memory shortage

One of the errors experienced most frequently with jiuawt is the 'out of memory' error. Note that only whoever starts jiuawt can give it more memory by giving more memory to the Java virtual machine. Example:
java -mx300m jiu.jar
starts jiuawt and provides it with 300 MB of memory.

Command line switches

--dir DIRECTORY
DIRECTORY
--help
--lang LANGUAGE
LANGUAGEendees
--system
--version
Author:
Marco Schmidt

Constructor Summary

jiuawt()

Method Summary

static void
main(String[] args)
Creates a JiuAwtFrame object.
private static void
printVersion()

Constructor Details

jiuawt

private jiuawt()

Method Details

main

public static void main(String[] args)
Parameters:
args - program arguments, call jiuawt with --help as single argument to get a help screen

printVersion

private static void printVersion()