Class DBALogin
java.lang.Object
|
+----DBALogin
- public class DBALogin
- extends Object
- implements LayoutManager
-
DBALogin()
-
-
addLayoutComponent(String, Component)
-
-
changepassword()
-
-
connect()
- Brings up a JDialog using JOptionPane containing the connectionPanel.
-
createConnectionDialog()
- Creates the connectionPanel, which will contain all the fields for
the connection information.
-
createTable()
-
-
fetch()
-
-
layoutContainer(Container)
-
-
main(String[])
-
-
minimumLayoutSize(Container)
-
-
preferredLayoutSize(Container)
-
-
removeLayoutComponent(Component)
-
DBALogin
public DBALogin()
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.
createConnectionDialog
public void createConnectionDialog()
- Creates the connectionPanel, which will contain all the fields for
the connection information.
fetch
public void fetch()
changepassword
public void changepassword()
createTable
public JScrollPane createTable()
main
public static void main(String s[])
preferredLayoutSize
public Dimension preferredLayoutSize(Container c)
minimumLayoutSize
public Dimension minimumLayoutSize(Container c)
addLayoutComponent
public void addLayoutComponent(String s,
Component c)
removeLayoutComponent
public void removeLayoutComponent(Component c)
layoutContainer
public void layoutContainer(Container c)