< prev index next >

src/demo/share/java2d/J2DBench/src/j2dbench/ui/EnableButton.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * --- 1,7 ---- /* ! * Copyright (c) 2003, 2018, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: *
*** 55,65 **** public static final int DEFAULT = 3; private Group group; private int type; ! public static final String icons[] = { "Set", "Clear", "Invert", "Default", }; --- 55,65 ---- public static final int DEFAULT = 3; private Group group; private int type; ! public static final String[] icons = { "Set", "Clear", "Invert", "Default", };
< prev index next >