src/share/classes/javax/swing/plaf/nimbus/TableScrollPaneCorner.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2006, 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) 2005, 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
*** 39,48 **** --- 39,49 ---- * header background painter. It is used to fill the top right corner of * scrollpane. * * @author Created by Jasper Potts (Jan 28, 2008) */ + @SuppressWarnings("serial") // Superclass is not serializable across versions class TableScrollPaneCorner extends JComponent implements UIResource{ /** * Paint the component using the Nimbus Table Header Background Painter */