cc.glsn.v15.moviemenu
Class MovieMenu

java.lang.Object
  extended by cc.glsn.v15.moviemenu.MovieMenu
All Implemented Interfaces:
KeyListener, MouseListener, EventListener

public class MovieMenu
extends Object
implements KeyListener, MouseListener


Field Summary
static Color BGColor
           
static String DefaultRoot
           
static String FontName
           
static int FontSize
           
static int ImageHeight
           
static int ItemWidth
           
 boolean PlayerRunning
           
 
Constructor Summary
MovieMenu(String rootDir)
           
 
Method Summary
 void clearCache()
           
static Color getHiColor()
           
 ImageLoader getImageLoader()
           
 void keyPressed(KeyEvent e)
           
 void keyReleased(KeyEvent arg0)
           
 void keyTyped(KeyEvent e)
           
static void main(String[] args)
           
 void mouseClicked(MouseEvent e)
           
 void mouseEntered(MouseEvent arg0)
           
 void mouseExited(MouseEvent arg0)
           
 void mousePressed(MouseEvent arg0)
           
 void mouseReleased(MouseEvent arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DefaultRoot

public static final String DefaultRoot
See Also:
Constant Field Values

BGColor

public static final Color BGColor

ImageHeight

public static int ImageHeight

ItemWidth

public static int ItemWidth

FontName

public static final String FontName
See Also:
Constant Field Values

FontSize

public static int FontSize

PlayerRunning

public boolean PlayerRunning
Constructor Detail

MovieMenu

public MovieMenu(String rootDir)
          throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

getHiColor

public static Color getHiColor()

main

public static void main(String[] args)
                 throws FileNotFoundException
Throws:
FileNotFoundException

keyTyped

public void keyTyped(KeyEvent e)
Specified by:
keyTyped in interface KeyListener

keyPressed

public void keyPressed(KeyEvent e)
Specified by:
keyPressed in interface KeyListener

clearCache

public void clearCache()

keyReleased

public void keyReleased(KeyEvent arg0)
Specified by:
keyReleased in interface KeyListener

mouseClicked

public void mouseClicked(MouseEvent e)
Specified by:
mouseClicked in interface MouseListener

mousePressed

public void mousePressed(MouseEvent arg0)
Specified by:
mousePressed in interface MouseListener

mouseReleased

public void mouseReleased(MouseEvent arg0)
Specified by:
mouseReleased in interface MouseListener

mouseEntered

public void mouseEntered(MouseEvent arg0)
Specified by:
mouseEntered in interface MouseListener

mouseExited

public void mouseExited(MouseEvent arg0)
Specified by:
mouseExited in interface MouseListener

getImageLoader

public ImageLoader getImageLoader()