/[classpath]/classpath/javax/swing/border/MatteBorder.java
ViewVC logotype

Diff of /classpath/javax/swing/border/MatteBorder.java

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

revision 1.1 by rveldema, Mon Mar 11 15:48:06 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 6  public class MatteBorder extends EmptyBo Line 6  public class MatteBorder extends EmptyBo
6  {  {
7      Color c;      Color c;
8    
9      MatteBorder()      public MatteBorder()
10      {      {
11      }      }
12    
13            
14      MatteBorder(int top,      public MatteBorder(int top,
15                  int left,                  int left,
16                  int bottom,                  int bottom,
17                  int right,                  int right,

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