Package cz.psika.utils

Miscellaneous utils for the application.

See:
          Description

Class Summary
BrowserLauncher Launching browser made as simple as possible Inspired by "Bare Bones Browser Launch" publicated on http://www.java2s.com/Code/Java/Development-Class/LaunchBrowserinMacLinuxUnix.htm and provided as public domain software Date: December 10, 2005 Version: 1.5
ConfigurationUtils Configuration files seaching and reading Lines beginning with crosshash in configuration file are considered comments, empty lines are ignored.
FileChooserLocale Localization of JFilechooser.
MenuAdapter Abstract class implementing MenuListener interface.
PopupMenuAdapter Abstract class implementing MenuListener interface.
SystemUtils Some system-dependent code.
UniqueArrayList<T> Extended ArrayList class to hold unique values only.
WindowCenterer Centers any window with respect to main application window.
 

Package cz.psika.utils Description

Miscellaneous utils for the application. This includes browser launcher, localizing GUI, some useful class adapters, configuration utils and some other classes.

Author:
Tomas Psika