re-enable thick line code, safari paste bug fix, remove cancel on save

changes
This commit is contained in:
benfry
2003-09-29 20:17:42 +00:00
parent cf7e900ff1
commit d8125f8665
5 changed files with 116 additions and 22 deletions
+3
View File
@@ -141,6 +141,9 @@ public class PdeFontBuilder extends JFrame {
font = new Font(list[selection], Font.PLAIN, fontsize);
//System.out.println("setting font to " + font);
sample.setFont(font);
String filenameSuggestion = list[selection].replace(' ', '_');
filenameField.setText(filenameSuggestion);
}
}
});