Holger's
Java API

com.antelmann
Class Main

java.lang.Object
  extended by com.antelmann.Main

public class Main
extends Object

just a class to run some application directly from the jar file with 'java -jar antelmann.jar', as the manifest file defines this class as the main class when generating the antelmann.jar file; subject to frequent changes

Author:
Holger Antelmann

Method Summary
static void about()
          shows the Antelmann.com Framework license
static void backup()
           
static void browser()
          starts JWebBrowser
static void cashCount()
           
static void cddbChecker()
          starts a CDDB checker program
static void chat()
          starts either a ChatServer or a JChat client
static void compare()
           
static void emailClient()
           
static void emailWatcher()
           
static void font()
          starts a FontViewer
static void ftp()
          starts a JFTP client
static void imageLoader()
          displays images from the file system
static void jukebox()
          starts a JukeBox with GUI
static void main(String[] args)
          sample main entry point for antelmann.jar
static void memoryGauge()
           
static void messenger()
          starts JMessenger
static void mp3music()
          starts a JMP3Player - requires JavaLayer from JavaZoom
static void music()
          starts a JPlayer
static void newsletter()
           
static void odbcView()
          displays images from the file system
static void playGame()
          starts a JGameFrame after network option and game type are selected
static void propertiesEditor()
           
 void selectTask()
          selects a task through a GUI selection and then starts the task
static void showEnvironment()
          shows a dialog with all System and Application Properties
static void showLanguage()
           
static void showProperties()
          shows a dialog with all System and Application Properties
static void stopWatch()
          starts JAlarmClock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

selectTask

public void selectTask()
                throws Exception
selects a task through a GUI selection and then starts the task

Throws:
Exception

showLanguage

public static void showLanguage()
                         throws IOException
Throws:
IOException

backup

public static void backup()

memoryGauge

public static void memoryGauge()

cashCount

public static void cashCount()

cddbChecker

public static void cddbChecker()
                        throws Exception
starts a CDDB checker program

Throws:
Exception

compare

public static void compare()

showProperties

public static void showProperties()
shows a dialog with all System and Application Properties


showEnvironment

public static void showEnvironment()
shows a dialog with all System and Application Properties


about

public static void about()
shows the Antelmann.com Framework license


ftp

public static void ftp()
starts a JFTP client


font

public static void font()
starts a FontViewer


imageLoader

public static void imageLoader()
displays images from the file system


odbcView

public static void odbcView()
                     throws SQLException
displays images from the file system

Throws:
SQLException

jukebox

public static void jukebox()
starts a JukeBox with GUI


music

public static void music()
starts a JPlayer

See Also:
JPlayer

mp3music

public static void mp3music()
starts a JMP3Player - requires JavaLayer from JavaZoom


chat

public static void chat()
starts either a ChatServer or a JChat client

See Also:
ChatServer, JChat

messenger

public static void messenger()
starts JMessenger

See Also:
JMessenger

browser

public static void browser()
starts JWebBrowser

See Also:
JWebBrowser

stopWatch

public static void stopWatch()
starts JAlarmClock

See Also:
JWebBrowser

playGame

public static void playGame()
starts a JGameFrame after network option and game type are selected

See Also:
JGameFrame, GameServer, JPlayerClient

newsletter

public static void newsletter()
                       throws Exception
Throws:
Exception

emailClient

public static void emailClient()
                        throws Exception
Throws:
Exception

emailWatcher

public static void emailWatcher()
                         throws Exception
Throws:
Exception

propertiesEditor

public static void propertiesEditor()

main

public static void main(String[] args)
                 throws Exception
sample main entry point for antelmann.jar

Throws:
Exception


(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads