/[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.16 by tjl, Wed Dec 11 06:15:29 2002 UTC revision 1.17 by tjl, Wed Dec 11 06:20:48 2002 UTC
# Line 46  public class AWTAPI extends GraphicsAPI Line 46  public class AWTAPI extends GraphicsAPI
46      public Window createWindow() {      public Window createWindow() {
47          return new FrameScreen(this);          return new FrameScreen(this);
48      }      }
49      public Window createStableOffscreen() {      public RenderingSurface createStableOffscreen(int w, int h) {
50          // XXX          // XXX
51          return new FrameScreen(this);          FrameScreen fs = new FrameScreen(this);
52            fs.setLocation(0, 0, w, h);
53            return fs;
54      }      }
55      public TextStyle getTextStyle(String family, int style, int size) {      public TextStyle getTextStyle(String family, int style, int size) {
56          return new RawTextStyle(new ScalableFont(family, style, size), null);          return new RawTextStyle(new ScalableFont(family, style, size), null);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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