Class DBALogin

java.lang.Object
   |
   +----DBALogin

public class DBALogin
extends Object
implements LayoutManager

Constructor Index

 o DBALogin()

Method Index

 o addLayoutComponent(String, Component)
 o changepassword()
 o connect()
Brings up a JDialog using JOptionPane containing the connectionPanel.
 o createConnectionDialog()
Creates the connectionPanel, which will contain all the fields for the connection information.
 o createTable()
 o fetch()
 o layoutContainer(Container)
 o main(String[])
 o minimumLayoutSize(Container)
 o preferredLayoutSize(Container)
 o removeLayoutComponent(Component)

Constructors

 o DBALogin
 public DBALogin()

Methods

 o connect
 public void connect()
Brings up a JDialog using JOptionPane containing the connectionPanel. If the user clicks on the 'Connect' button the connection is reset.

 o createConnectionDialog
 public void createConnectionDialog()
Creates the connectionPanel, which will contain all the fields for the connection information.

 o fetch
 public void fetch()
 o changepassword
 public void changepassword()
 o createTable
 public JScrollPane createTable()
 o main
 public static void main(String s[])
 o preferredLayoutSize
 public Dimension preferredLayoutSize(Container c)
 o minimumLayoutSize
 public Dimension minimumLayoutSize(Container c)
 o addLayoutComponent
 public void addLayoutComponent(String s,
                                Component c)
 o removeLayoutComponent
 public void removeLayoutComponent(Component c)
 o layoutContainer
 public void layoutContainer(Container c)