Changed the build so that Savant and QuillDriver's builds include

Smart*Player.java, which are accessed via reflection.  Cleaned up the
code a bit so that it would compile in so doing.

Changed the 'options.txt' preferences file to reflect the new method
of selecting media players.
This commit is contained in:
dchandler 2002-10-27 19:12:13 +00:00
parent e4aa52a6eb
commit f26dd53da3
14 changed files with 108 additions and 951 deletions

View file

@ -54,7 +54,7 @@ public class SmartQT4JPlayer extends SmartMoviePanel
private TimeBaseTimeCallBackStopper theStopper;
//accessors
public static String getName() {
public String getName() {
return "Quicktime for Java";
}
public void setParentContainer(Container c) {