excising nearly all AWT from PGraphics

This commit is contained in:
Ben Fry
2015-06-21 23:55:10 -04:00
parent e2e1b9477b
commit 44404f4062
6 changed files with 94 additions and 39 deletions

View File

@@ -520,6 +520,11 @@ public class PSurfaceAWT extends PSurfaceNone {
}
// public Toolkit getToolkit() {
// return canvas.getToolkit();
// }
/** Set the window (and dock, or whatever necessary) title. */
@Override
public void setTitle(String title) {