Miscellaneous minor changes.
This commit is contained in:
parent
984a1841b1
commit
2e8608d13b
4 changed files with 33 additions and 29 deletions
|
@ -199,6 +199,9 @@ public class SmartQT4JPlayer extends SmartMoviePanel
|
|||
{
|
||||
return true;
|
||||
}
|
||||
public boolean isPlaying() {
|
||||
return false; //FIXME
|
||||
}
|
||||
public int getCurrentTime()
|
||||
{
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue