userinterface.gui
Class GUICommons
java.lang.Object
userinterface.gui.GUICommons
public class GUICommons
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GZIP_MAGIC
public static final int GZIP_MAGIC
- See Also:
- Constant Field Values
APP_NAME
public static final String APP_NAME
- See Also:
- Constant Field Values
GUICommons
public GUICommons()
readUShort
public static int readUShort(InputStream in)
throws IOException
- Throws:
IOException
error
public static void error(String msg)
warning
public static void warning(String msg)
info
public static void info(String msg)
extractBaseFilenameGZ
public static String extractBaseFilenameGZ(String fullPath)
yesNo
public static boolean yesNo(String question)
chooseFile
public static File chooseFile(Component parent,
String title,
String dirTag,
boolean open)