< prev index next >

src/java.desktop/macosx/classes/com/apple/laf/AquaTabbedPaneCopyFromBasicUI.java

Print this page

        

*** 513,522 **** --- 513,523 ---- } /** * Adds the specified mnemonic at the specified index. */ + @SuppressWarnings("deprecation") private void addMnemonic(final int index, final int mnemonic) { if (mnemonicToIndexMap == null) { initMnemonics(); } // [2165820] Mac OS X change: mnemonics need to be triggered with ctrl-option, not just option.
< prev index next >