X rectangles were drawing 1 pixel too large

X re-implemented sketchModified
This commit is contained in:
benfry
2002-10-22 19:19:09 +00:00
parent e0ac753c8c
commit 3b300df5f1
4 changed files with 70 additions and 28 deletions

View File

@@ -140,6 +140,7 @@ public class PdeEditorConsole extends Component {
public void update() {
System.out.println("PdeEditorConsole.update");
Graphics g = this.getGraphics();
if (g != null) paint(g);
}