Provides classes for JDBATool main frame, tree panel, menubar, login dialog and database connection. The Java DBA tool is started by constructing an instance of DbFrame. DbFrame is a subclass of JFrame which contains a split panel which has a tree panel at the left and a content panel at the right.
Package Specification
- JDBATool is implemented with JDK1.2 or later. Swing components are used directly.
- For each type of database object, we have separate sub package under dbatool for it. Inside the package, the class name ended with XXXXInfo.java is the information panel and the class name ended with XXXXList.java is the list panel for the objects.