jdk/src/java.desktop/share/classes/javax/swing/plaf/FileChooserUI.java
changeset 26037 508779ce6619
parent 26013 83b99f14245f
parent 25859 3317bb8137f4
child 30451 d28ee90b36ea
equal deleted inserted replaced
25992:e9b05e933ddd 26037:508779ce6619
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    50     /**
    50     /**
    51      * Returns default button for current <code>LookAndFeel</code>.
    51      * Returns default button for current <code>LookAndFeel</code>.
    52      * <code>JFileChooser</code> will use this button as default button
    52      * <code>JFileChooser</code> will use this button as default button
    53      * for dialog windows.
    53      * for dialog windows.
    54      *
    54      *
       
    55      * @param fc the {@code JFileChooser} whose default button is requested
       
    56      * @return the default JButton for current look and feel
    55      * @since 1.7
    57      * @since 1.7
    56      */
    58      */
    57     public JButton getDefaultButton(JFileChooser fc) {
    59     public JButton getDefaultButton(JFileChooser fc) {
    58         return null;
    60         return null;
    59     }
    61     }