public class MovieMenu extends Object implements KeyListener, MouseListener
| Modifier and Type | Field and Description |
|---|---|
static Color |
BGColor |
static String |
DefaultRoot |
static String |
FontName |
static int |
FontSize |
static int |
ImageHeight |
static int |
ItemWidth |
boolean |
PlayerRunning |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String DefaultRoot
public static final Color BGColor
public static int ImageHeight
public static int ItemWidth
public static final String FontName
public static int FontSize
public boolean PlayerRunning
public MovieMenu(String rootDir) throws FileNotFoundException
FileNotFoundExceptionpublic static Color getHiColor()
public static void main(String[] args) throws FileNotFoundException
FileNotFoundExceptionpublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void clearCache()
public void keyReleased(KeyEvent arg0)
keyReleased in interface KeyListenerpublic void mouseClicked(MouseEvent e)
mouseClicked in interface MouseListenerpublic void mousePressed(MouseEvent arg0)
mousePressed in interface MouseListenerpublic void mouseReleased(MouseEvent arg0)
mouseReleased in interface MouseListenerpublic void mouseEntered(MouseEvent arg0)
mouseEntered in interface MouseListenerpublic void mouseExited(MouseEvent arg0)
mouseExited in interface MouseListenerpublic ImageLoader getImageLoader()