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

@ -68,9 +68,11 @@ public class Jskad extends JPanel implements DocumentListener {
private final static String enableKeypressStatusProp
= "thdl.Jskad.enable.tibetan.mode.status";
/** the middleman that keeps code regarding Tibetan keyboards
* clean */
private final static JskadKeyboardManager keybdMgr
= new JskadKeyboardManager(JskadKeyboardFactory.getAllAvailableJskadKeyboards());
private JComboBox fontFamilies, fontSizes;
private JFileChooser fileChooser;
private javax.swing.filechooser.FileFilter rtfFilter;