/[classpath]/classpath/javax/swing/colorchooser/DefaultSwatchChooserPanel.java
ViewVC logotype

Diff of /classpath/javax/swing/colorchooser/DefaultSwatchChooserPanel.java

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

revision 1.2.2.2 by gnu_andrew, Sat Jan 15 17:02:21 2005 UTC revision 1.2.2.3 by gnu_andrew, Sat Jan 29 02:45:23 2005 UTC
# Line 1  Line 1 
1  /* DefaultSwatchChooserPanel.java --  /* DefaultSwatchChooserPanel.java --
2     Copyright (C) 2004 Free Software Foundation, Inc.     Copyright (C) 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 432  class DefaultSwatchChooserPanel extends Line 432  class DefaultSwatchChooserPanel extends
432    /**    /**
433     * This class is the recent swatch panel. It holds recently selected colors.     * This class is the recent swatch panel. It holds recently selected colors.
434     */     */
435    public static class RecentSwatchPanel extends SwatchPanel    static class RecentSwatchPanel extends SwatchPanel
436    {    {
437      /** The array for storing recently stored colors. */      /** The array for storing recently stored colors. */
438      Color[] colors;      Color[] colors;

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

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