mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
line break
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user