jdk/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java
changeset 15637 2c226ebab6a6
parent 15316 0dcb6f02678d
child 20458 f2423fb3fd19
equal deleted inserted replaced
15636:0eeacbf451a7 15637:2c226ebab6a6
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, 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
   859                    "PAGE_DOWN", "pageDownPassThrough",
   859                    "PAGE_DOWN", "pageDownPassThrough",
   860                         "HOME", "homePassThrough",
   860                         "HOME", "homePassThrough",
   861                          "END", "endPassThrough",
   861                          "END", "endPassThrough",
   862                        "ENTER", "enterPressed"
   862                        "ENTER", "enterPressed"
   863                  }),
   863                  }),
       
   864             "ComboBox.noActionOnKeyNavigation", Boolean.FALSE,
   864 
   865 
   865             // *** FileChooser
   866             // *** FileChooser
   866 
   867 
   867             "FileChooser.newFolderIcon", newFolderIcon,
   868             "FileChooser.newFolderIcon", newFolderIcon,
   868             "FileChooser.upFolderIcon", upFolderIcon,
   869             "FileChooser.upFolderIcon", upFolderIcon,