org.montsuqi.client
Class Launcher

java.lang.Object
  extended by org.montsuqi.client.Launcher
Direct Known Subclasses:
JMAReceiptLauncher

public class Launcher
extends java.lang.Object


Field Summary
protected  Configuration conf
           
protected static Logger logger
           
protected  java.lang.String title
           
 
Constructor Summary
Launcher(java.lang.String title)
           
 
Method Summary
protected  ConfigurationPanel createConfigurationPanel()
           
protected  javax.swing.Icon createIcon()
           
 void launch()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Logger logger

conf

protected Configuration conf

title

protected java.lang.String title
Constructor Detail

Launcher

public Launcher(java.lang.String title)
Method Detail

main

public static void main(java.lang.String[] args)

launch

public void launch()

createConfigurationPanel

protected ConfigurationPanel createConfigurationPanel()

createIcon

protected javax.swing.Icon createIcon()