Package 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
FieldsModifier and TypeFieldDescriptionstatic final StringAddress for feedback on JIU.static final StringURL of the homepage of the JIU project.static final int[]Three int values for the JIU version, in order (major, minor, patch).static final StringVersion as String, created fromJIU_NUMERICAL_VERSION.
-
Field Details
-
JIU_NUMERICAL_VERSION
static final int[] JIU_NUMERICAL_VERSIONThree int values for the JIU version, in order (major, minor, patch). -
JIU_VERSION
Version as String, created fromJIU_NUMERICAL_VERSION. -
JIU_HOMEPAGE
URL of the homepage of the JIU project.- See Also:
-
JIU_FEEDBACK_ADDRESS
Address for feedback on JIU.- See Also:
-