< prev index next >

src/java.desktop/share/classes/sun/awt/DebugSettings.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2013, 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) 1999, 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
*** 144,153 **** --- 144,154 ---- } /* * Sets up default property values */ + @SuppressWarnings("deprecation") private void loadDefaultProperties() { // is there a more inefficient way to setup default properties? // maybe, but this has got to be close to 100% non-optimal try { for ( int nprop = 0; nprop < DEFAULT_PROPS.length; nprop++ ) {
< prev index next >