/[classpath]/classpath/gnu/java/awt/peer/qt/QtComponentGraphics.java
ViewVC logotype

Diff of /classpath/gnu/java/awt/peer/qt/QtComponentGraphics.java

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

revision 1.1 by smarothy, Thu Aug 11 17:06:48 2005 UTC revision 1.2 by smarothy, Tue Aug 16 23:22:09 2005 UTC
# Line 74  public class QtComponentGraphics extends Line 74  public class QtComponentGraphics extends
74      r.setLocation(0, 0);      r.setLocation(0, 0);
75      initialClip = r;      initialClip = r;
76            
77      currentAlpha = 1.0;      setAlpha( 1.0 );
78      Color c = component.owner.getBackground();      Color c = component.owner.getBackground();
79      if(c == null)      if(c == null)
80        setBackground(Color.white);        setBackground(Color.white);
# Line 86  public class QtComponentGraphics extends Line 86  public class QtComponentGraphics extends
86        setColor( Color.black );        setColor( Color.black );
87      else      else
88        setColor( c );        setColor( c );
   
89      setup();      setup();
90      setClip( initialClip );      //    setClip( initialClip );
91    }    }
92    
93    /**    /**
# Line 101  public class QtComponentGraphics extends Line 100  public class QtComponentGraphics extends
100    
101    public Graphics create()    public Graphics create()
102    {    {
103        System.out.println("Componentgraphics.create()");
104      return new QtComponentGraphics( this );      return new QtComponentGraphics( this );
105    }    }
106    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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