com.fluendo.player
class AppFrame extends Frame implements WindowListener
| Constructor Summary | |
|---|---|
| AppFrame(String title) | |
| Method Summary | |
|---|---|
| void | windowActivated(WindowEvent e) |
| void | windowClosed(WindowEvent e) |
| void | windowClosing(WindowEvent e) |
| void | windowDeactivated(WindowEvent e) |
| void | windowDeiconified(WindowEvent e) |
| void | windowIconified(WindowEvent e) |
| void | windowOpened(WindowEvent e) |