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
FileNotFoundException
public static Color getHiColor()
public static void main(String[] args) throws FileNotFoundException
FileNotFoundException
public void keyTyped(KeyEvent e)
keyTyped
in interface KeyListener
public void keyPressed(KeyEvent e)
keyPressed
in interface KeyListener
public void clearCache()
public void keyReleased(KeyEvent arg0)
keyReleased
in interface KeyListener
public void mouseClicked(MouseEvent e)
mouseClicked
in interface MouseListener
public void mousePressed(MouseEvent arg0)
mousePressed
in interface MouseListener
public void mouseReleased(MouseEvent arg0)
mouseReleased
in interface MouseListener
public void mouseEntered(MouseEvent arg0)
mouseEntered
in interface MouseListener
public void mouseExited(MouseEvent arg0)
mouseExited
in interface MouseListener
public ImageLoader getImageLoader()