/[classpath]/classpath/javax/swing/plaf/basic/BasicColorChooserUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicColorChooserUI.java

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

revision 1.4 by mark, Sat Jul 2 20:32:50 2005 UTC revision 1.5 by rabbit78, Fri Sep 23 09:50:59 2005 UTC
# Line 243  public class BasicColorChooserUI extends Line 243  public class BasicColorChooserUI extends
243    {    {
244      uninstallListeners();      uninstallListeners();
245      uninstallDefaults();      uninstallDefaults();
246        uninstallDefaultChoosers();
247    
248      pane = null;      pane = null;
249      chooser = null;      chooser = null;
250    }    }
251    
252    /**    /**
253       * Uninstalls the default color choosers that have been installed by this UI.
254       */
255      protected void uninstallDefaultChoosers()
256      {
257        defaultChoosers = null;
258      }
259    
260      /**
261     * This method installs the preview panel for the JColorChooser.     * This method installs the preview panel for the JColorChooser.
262     */     */
263    protected void installPreviewPanel()    protected void installPreviewPanel()

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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