jp.or.med.jma_receipt
Class JMAReceiptLauncher

java.lang.Object
  extended by org.montsuqi.client.Launcher
      extended by jp.or.med.jma_receipt.JMAReceiptLauncher

public class JMAReceiptLauncher
extends Launcher

Launcher specialized for JMA receipt.


Field Summary
 
Fields inherited from class org.montsuqi.client.Launcher
conf, logger, title
 
Constructor Summary
protected JMAReceiptLauncher(java.lang.String title)
          Constructs a launcher.
 
Method Summary
protected  ConfigurationPanel createConfigurationPanel()
          Constructs the configuration panel.
protected  javax.swing.Icon createIcon()
          Creates icon to display on the left.
static void main(java.lang.String[] args)
          Application entry point.
 
Methods inherited from class org.montsuqi.client.Launcher
launch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMAReceiptLauncher

protected JMAReceiptLauncher(java.lang.String title)

Constructs a launcher.

Parameters:
title - title of the launcher dialog.
Method Detail

main

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

Application entry point.


createConfigurationPanel

protected ConfigurationPanel createConfigurationPanel()

Constructs the configuration panel.

Overrides:
createConfigurationPanel in class Launcher

createIcon

protected javax.swing.Icon createIcon()

Creates icon to display on the left.

Overrides:
createIcon in class Launcher