line break

This commit is contained in:
benfry
2008-05-31 16:59:48 +00:00
parent e531f342e3
commit 66f0610950

View File

@@ -141,7 +141,8 @@ public class CreateFont extends JFrame {
// see http://rinkworks.com/words/pangrams.shtml
sample = new JTextArea("The quick brown fox blah blah.") {
//"Forsaking monastic tradition, twelve jovial friars gave up their vocation for a questionable existence on the flying trapeze.") {
// Forsaking monastic tradition, twelve jovial friars gave up their
// vocation for a questionable existence on the flying trapeze.
public void paintComponent(Graphics g) {
//System.out.println("disabling aa");
Graphics2D g2 = (Graphics2D) g;