Added an About button. Code cleanup. Changed the Cancel button to the

Close button.
This commit is contained in:
dchandler 2003-06-25 00:49:11 +00:00
parent 569fba6467
commit 9e6c3009ac
3 changed files with 57 additions and 57 deletions

View file

@ -26,7 +26,7 @@ import javax.swing.JOptionPane;
/** DLC FIXMEDOC
* @author David Chandler */
public class ConverterGUI implements FontConversion {
public class ConverterGUI implements FontConversion, FontConverterConstants {
/** Default constructor; does nothing */
ConverterGUI() { }
@ -92,14 +92,14 @@ public class ConverterGUI implements FontConversion {
// for these, because they're
// used in
// TibetanConverter.java too.
"TM to TMW",
"TMW to Unicode",
"TMW to Wylie",
"TMW to TM",
"Find some non-TMW",
"Find some non-TM",
"Find all non-TMW",
"Find all non-TM"
TM_TO_TMW,
TMW_TO_UNI,
TMW_TO_WYLIE,
TMW_TO_TM,
FIND_SOME_NON_TMW,
FIND_SOME_NON_TM,
FIND_ALL_NON_TMW,
FIND_ALL_NON_TM
},
true);