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:
parent
e4aa52a6eb
commit
f26dd53da3
14 changed files with 108 additions and 951 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue