All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orchid.gui.LoginWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----javax.swing.JFrame
                                           |
                                           +----orchid.gui.LoginWindow

public class LoginWindow
extends JFrame
Class used to create a Login Window on the client side.

Author:
Marc-Aurčle DARCHE

Constructor Index

 o LoginWindow()

Method Index

 o destroy()
 o init()
 o start()

Constructors

 o LoginWindow
 public LoginWindow()

Methods

 o init
 public void init()
 o start
 public void start()
 o destroy
 public void destroy()

All Packages  Class Hierarchy  This Package  Previous  Next  Index