--- old/src/java.desktop/macosx/classes/com/apple/laf/AquaTabbedPaneCopyFromBasicUI.java 2014-12-15 22:34:01.256168597 -0800 +++ new/src/java.desktop/macosx/classes/com/apple/laf/AquaTabbedPaneCopyFromBasicUI.java 2014-12-15 22:34:01.108168590 -0800 @@ -2231,6 +2231,7 @@ return total; } + @SuppressWarnings("deprecation") public void layoutContainer(final Container parent) { /* Some of the code in this method deals with changing the * visibility of components to hide and show the contents for the @@ -2725,6 +2726,7 @@ return calculateMaxTabWidth(tabPlacement); } + @SuppressWarnings("deprecation") public void layoutContainer(final Container parent) { /* Some of the code in this method deals with changing the * visibility of components to hide and show the contents for the