|
|
@ -46,7 +46,7 @@ public class Drawer { |
|
|
|
theDrawing = (DrawingTree) theAST.visit(layout, null); |
|
|
|
theDrawing = (DrawingTree) theAST.visit(layout, null); |
|
|
|
theDrawing.position(new Point(2048, 10)); |
|
|
|
theDrawing.position(new Point(2048, 10)); |
|
|
|
|
|
|
|
|
|
|
|
frame.show(); |
|
|
|
frame.setVisible(true); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public void paintAST(Graphics g) { |
|
|
|
public void paintAST(Graphics g) { |
|
|
|