babase.ranker
Class Main

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by babase.ranker.Main
All Implemented Interfaces:
java.awt.event.ActionListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener, java.util.EventListener

public class Main
extends java.awt.event.WindowAdapter
implements java.awt.event.ActionListener


Field Summary
private  AboutUI _aboutUI
           
private  ChooserUI _chooserUI
           
private  Babase _db
           
private  LoginUI _loginUI
           
private  MainUI _mainUI
           
private  javax.swing.JFileChooser _textFileChooser
           
private  Main _this
           
private  WelcomeUI _welcomeUI
           
private  javax.swing.JFileChooser _xmlFileChooser
           
static java.lang.Class[] CLASSES_WITH_CHANGABLE_FONT_SIZES
           
 
Constructor Summary
Main()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void exit()
           
static void main(java.lang.String[] args)
           
private  void newChooserUI()
           
 void windowClosing(java.awt.event.WindowEvent e)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSES_WITH_CHANGABLE_FONT_SIZES

public static final java.lang.Class[] CLASSES_WITH_CHANGABLE_FONT_SIZES

_this

private final Main _this

_db

private final Babase _db

_welcomeUI

private final WelcomeUI _welcomeUI

_loginUI

private final LoginUI _loginUI

_aboutUI

private final AboutUI _aboutUI

_chooserUI

private ChooserUI _chooserUI

_mainUI

private MainUI _mainUI

_textFileChooser

private final javax.swing.JFileChooser _textFileChooser

_xmlFileChooser

private final javax.swing.JFileChooser _xmlFileChooser
Constructor Detail

Main

public Main()
     throws java.lang.ClassNotFoundException,
            java.lang.InterruptedException,
            java.lang.reflect.InvocationTargetException,
            java.lang.InstantiationException,
            java.lang.IllegalAccessException,
            javax.swing.UnsupportedLookAndFeelException
Throws:
java.lang.ClassNotFoundException
java.lang.InterruptedException
java.lang.reflect.InvocationTargetException
java.lang.InstantiationException
java.lang.IllegalAccessException
javax.swing.UnsupportedLookAndFeelException
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

exit

public void exit()

windowClosing

public void windowClosing(java.awt.event.WindowEvent e)
Specified by:
windowClosing in interface java.awt.event.WindowListener
Overrides:
windowClosing in class java.awt.event.WindowAdapter

newChooserUI

private void newChooserUI()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener