classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] FYI: filled empty blocks in javax.swing.colorchooser


From: Robert Schuster
Subject: Re: [cp-patches] FYI: filled empty blocks in javax.swing.colorchooser
Date: Tue, 18 Oct 2005 22:58:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.7.12) Gecko/20051005

Hi Roman,

> Index: javax/swing/colorchooser/DefaultSwatchChooserPanel.java
> ===================================================================
> RCS file: 
> /cvsroot/classpath/classpath/javax/swing/colorchooser/DefaultSwatchChooserPanel.java,v
> retrieving revision 1.5
> diff -u -r1.5 DefaultSwatchChooserPanel.java
> --- javax/swing/colorchooser/DefaultSwatchChooserPanel.java   2 Jul 2005 
> 20:32:49 -0000       1.5
> +++ javax/swing/colorchooser/DefaultSwatchChooserPanel.java   18 Oct 2005 
> 20:28:28 -0000
> @@ -587,6 +587,7 @@
>       */
>      public void addLayoutComponent(String name, Component comp)
>      {
> +      // Nothing to do here.
>      }
>  
>      /**
> @@ -634,6 +635,7 @@
>       */
>      public void removeLayoutComponent(Component comp)
>      {
> +      // Nothing to do here.
>      }
>  
>      /**
> @@ -786,6 +788,7 @@
>     */
>    public void updateChooser()
>    {
> +    // Nothing to do here yet.
>    }
>  
I dont understand this. Does this mean

// TODO: implement this

or not?

If so, it would be nice to have a PR about them.

Regards
Robert




reply via email to

[Prev in Thread] Current Thread [Next in Thread]