Holger's
Java API

Uses of Class
com.antelmann.util.gui.JMainFrame

Packages that use JMainFrame
com.antelmann.cddb This package contains classes to maintain music CD collections and associate CDs with information from a CDDB service. 
com.antelmann.game This package contains packages to support game implementations. 
com.antelmann.game.quiz This package contains an implementation for quiz games. 
com.antelmann.imagedb This package contains classes implementing a database for images. 
com.antelmann.io This package contains classes that are concerned with input/output operations. 
com.antelmann.mgmt This package contains generally useful classes for business management. 
com.antelmann.net The classes in this package are designed to provide convenient access to Internet related functionality. 
com.antelmann.net.mail The classes in this package are designed to ease the handling of emails. 
com.antelmann.sound This package contains classes to play various sounds with greatly improved ease-of-use over the functionality provided by the javax.sound package. 
com.antelmann.timeregister This package contains classes that implement a time register solution for a small business. 
com.antelmann.util.gui This package contains utility classes for GUI related implementations. 
 

Uses of JMainFrame in com.antelmann.cddb
 

Subclasses of JMainFrame in com.antelmann.cddb
 class JCDChecker
          A simple GUI to check a CD with CDDB.
 class JCDCol
          A simple GUI to handle a CD catalogue (a prototype for an application for now).
 class JCDColBrowser
          A simple GUI to browse a CD catalogue.
 

Uses of JMainFrame in com.antelmann.game
 

Subclasses of JMainFrame in com.antelmann.game
 class JGameFrame
          JGameFrame implements a generic GUI setup for a JGamePlay.
 class JPlayerClient
          a GUI application acting as a client Player in a game played over the network
 

Uses of JMainFrame in com.antelmann.game.quiz
 

Subclasses of JMainFrame in com.antelmann.game.quiz
 class DemoQuizFrame
           
 

Uses of JMainFrame in com.antelmann.imagedb
 

Subclasses of JMainFrame in com.antelmann.imagedb
 class ImageLoader
          Just a GUI for loading images in an ImageViewer object
 class ImageViewer
          ImageViewer simply displays images in a frame.
 

Uses of JMainFrame in com.antelmann.io
 

Subclasses of JMainFrame in com.antelmann.io
 class BackupFrame
          a gui utility to run and schedule backups
 class CompareFrame
           
 

Uses of JMainFrame in com.antelmann.mgmt
 

Subclasses of JMainFrame in com.antelmann.mgmt
 class JPasswordHash
          little sample app to manually hash an MD5 from a String
 

Uses of JMainFrame in com.antelmann.net
 

Subclasses of JMainFrame in com.antelmann.net
 class JChat
          JChat provides a simple GUI chat client that works with ChatServer.
 class JFTP
          JFTP is a simple GUI wrapper for an FTPConnector.
 class JMessenger
          JMessenger provides a simple GUI messenger for a direct peer-to-peer connection that uses one side as the server.
 class JSpider
          a Swing based GUI that uses functionality of the Spider class and uses a default SampleCrawlerSetting instance if no other CrawlerSetting is specified.
 class JWebBrowser
          A very plain Web Browser with minimal functionality; but still cool.
 

Uses of JMainFrame in com.antelmann.net.mail
 

Subclasses of JMainFrame in com.antelmann.net.mail
 class JEmailClient
          JEmailClient is a GUI that provides some simple email client functionality.
 class JEmailWatcher
          JEmailWatcher is a GUI that lets the user regularly monitor and log access to a list of email accounts.
 class JNewsletterManager
          JNewsletterManager is a GUI that allows to easily send the same email to a number of recipients individually and customized.
 

Uses of JMainFrame in com.antelmann.sound
 

Subclasses of JMainFrame in com.antelmann.sound
 class JJukeBox
          A nice little GUI wrapper to the JukeBox class.
 class JMP3Player
          JMP3Player is an enhanced JPlayer that uses an MP3PLayer to support MP3.
 class JPlayer
          a simple GUI for playing sound files
 

Uses of JMainFrame in com.antelmann.timeregister
 

Subclasses of JMainFrame in com.antelmann.timeregister
 class PunchAdminTool
          allows to edit the database manually
 class PunchClientFrame
          a GUI that uses a PunchDBClient to serve as a PunchStation.
 class PunchServerFrame
          a GUI that provides a server to JPunchClients using a NetConnectionServer.
 

Uses of JMainFrame in com.antelmann.util.gui
 

Subclasses of JMainFrame in com.antelmann.util.gui
 class AlarmClockFrame
          A little GUI app with a JWatchLabel that can be run, halted and set.
 class FontViewer
          A nice little Font Viewer GUI application.
 class PropertiesEditorFrame
          a convenient graphical editor for Properties
 class SchedulerFrame
          a convenient GUI to schedule predefined tasks
 class TextViewerFrame
          a very simple text viewer w/ copy/print/save capabilities.
 



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