seniorproj
Class MainWindow

java.lang.Object
  extended by seniorproj.MainWindow

public class MainWindow
extends java.lang.Object

Creates a GUI for a user to observe the available tables and data sets available to him/her. It also allows the user to create a new data set as well as begin the creation of a data warehouse from a selected data set.

Author:
Steven Weigand

Constructor Summary
MainWindow()
           
 
Method Summary
static void createMainWindow()
          Creates the main window displaying the list of created data sets and the list of tables on the user's account.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainWindow

public MainWindow()
Method Detail

createMainWindow

public static void createMainWindow()
Creates the main window displaying the list of created data sets and the list of tables on the user's account.