JIU 0.12.0 Homepage

net.sourceforge.jiu.apps
Interface JiuInfo

All Known Implementing Classes:
jiuawtapplet, JiuAwtFrame

public interface JiuInfo

Contains several constants with information on JIU.

Author:
Marco Schmidt

Field Summary
static String JIU_FEEDBACK_ADDRESS
          Address for feedback on JIU.
static String JIU_HOMEPAGE
          Homepage of the JIU project.
static int[] JIU_NUMERICAL_VERSION
          Three int values for the JIU version, in order (major, minor, patch).
static String JIU_VERSION
          Version as String, created from JIU_NUMERICAL_VERSION.
 

Field Detail

JIU_NUMERICAL_VERSION

public static final int[] JIU_NUMERICAL_VERSION
Three int values for the JIU version, in order (major, minor, patch).


JIU_VERSION

public static final String JIU_VERSION
Version as String, created from JIU_NUMERICAL_VERSION.


JIU_HOMEPAGE

public static final String JIU_HOMEPAGE
Homepage of the JIU project.

See Also:
Constant Field Values

JIU_FEEDBACK_ADDRESS

public static final String JIU_FEEDBACK_ADDRESS
Address for feedback on JIU.

See Also:
Constant Field Values

JIU 0.12.0 Homepage

Copyright © 2000, 2001, 2002, 2003, 2004 Marco Schmidt