# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\projects\nb2\core\swing\tabcontrol\src\org\netbeans\swing\tabcontrol # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 endcoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: TabbedContainer.java *** D:\projects\nb2\core\swing\tabcontrol\src\org\netbeans\swing\tabcontrol\TabbedContainer.java Base (1.15) --- D:\projects\nb2\core\swing\tabcontrol\src\org\netbeans\swing\tabcontrol\TabbedContainer.java Locally Modified (Based On 1.15) *************** *** 319,333 **** //@see org.netbeans.swing.plaf.gtk.AdaptiveMatteBorder putClientProperty ("viewType", new Integer(type)); //NOI18N ! // #54264 have this coctail of setters to fix tab key handling. ! // let this component act as focus root cycle and let tab key iterate just the content ! // of the active TC. that was keyboard focus won't get lost or transfered out of the mode. ! ! setFocusTraversalKeysEnabled(false); ! setFocusTraversalKeys(KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS, Collections.EMPTY_SET); ! setFocusCycleRoot(true); ! setFocusable(true); ! setFocusTraversalPolicy(new TCFTP()); } /** --- 319,332 ---- //@see org.netbeans.swing.plaf.gtk.AdaptiveMatteBorder putClientProperty ("viewType", new Integer(type)); //NOI18N ! // // #54264 have this coctail of setters to fix tab key handling. ! // // let this component act as focus root cycle and let tab key iterate just the content ! // // of the active TC. that was keyboard focus won't get lost or transfered out of the mode. ! // setFocusTraversalKeysEnabled(false); ! // setFocusTraversalKeys(KeyboardFocusManager.UP_CYCLE_TRAVERSAL_KEYS, Collections.EMPTY_SET); ! // setFocusCycleRoot(true); ! // setFocusable(true); ! // setFocusTraversalPolicy(new TCFTP()); } /**