src/share/classes/javax/swing/colorchooser/ColorChooserPanel.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 36,47 **** import javax.swing.JComponent; import javax.swing.JFormattedTextField; import javax.swing.JLabel; import javax.swing.SwingConstants; final class ColorChooserPanel extends AbstractColorChooserPanel implements PropertyChangeListener { - private static final int MASK = 0xFF000000; private final ColorModel model; private final ColorPanel panel; private final DiagramComponent slider; private final DiagramComponent diagram; --- 36,47 ---- import javax.swing.JComponent; import javax.swing.JFormattedTextField; import javax.swing.JLabel; import javax.swing.SwingConstants; + @SuppressWarnings("serial") // Superclass is not serializable across versions final class ColorChooserPanel extends AbstractColorChooserPanel implements PropertyChangeListener { private static final int MASK = 0xFF000000; private final ColorModel model; private final ColorPanel panel; private final DiagramComponent slider; private final DiagramComponent diagram;