/[gzz]/gzz/gzz/client/awt/AWTAPI.java
ViewVC logotype

Diff of /gzz/gzz/client/awt/AWTAPI.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by benja, Wed Sep 25 10:56:54 2002 UTC revision 1.12 by benja, Thu Sep 26 11:54:07 2002 UTC
# Line 39  public class AWTAPI extends GraphicsAPI Line 39  public class AWTAPI extends GraphicsAPI
39      public void startUpdateManager(Runnable r) {      public void startUpdateManager(Runnable r) {
40          JUpdateManager.startJUpdateManager(r);          JUpdateManager.startJUpdateManager(r);
41      }      }
42      public Window createWindow(Object repr) {      public Window createWindow() {
43          return new FrameScreen(this, repr);          return new FrameScreen(this);
44      }      }
45      public TextStyle getTextStyle(String family, int style, int size) {      public TextStyle getTextStyle(String family, int style, int size) {
46          return new RawTextStyle(new ScalableFont(family, style, size), null);          return new RawTextStyle(new ScalableFont(family, style, size), null);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26