Miscellaneous minor changes.

This commit is contained in:
eg3p 2002-10-22 20:47:39 +00:00
parent 984a1841b1
commit 2e8608d13b
4 changed files with 33 additions and 29 deletions

View file

@ -199,6 +199,9 @@ public class SmartQT4JPlayer extends SmartMoviePanel
{
return true;
}
public boolean isPlaying() {
return false; //FIXME
}
public int getCurrentTime()
{
try {