net.sourceforge.jiu.apps

Interface JiuInfo

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
URL of the 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 Details

JIU_FEEDBACK_ADDRESS

public static final String JIU_FEEDBACK_ADDRESS
Address for feedback on JIU.

JIU_HOMEPAGE

public static final String JIU_HOMEPAGE
URL of the homepage of the JIU project.

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