HMS
Class HMSInterface

java.lang.Object
  |
  +--HMS.HMSInterface

public class HMSInterface
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2001 Company:


Constructor Summary
HMSInterface()
          Construct the application
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 void showFrame(java.awt.Frame aframe)
           
 void showWindow(javax.swing.JWindow aframe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMSInterface

public HMSInterface()
Construct the application
Method Detail

showFrame

public void showFrame(java.awt.Frame aframe)

showWindow

public void showWindow(javax.swing.JWindow aframe)

main

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