< prev index next >

src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/MotifTextUI.java

Print this page

        

*** 153,162 **** --- 153,163 ---- } /** * Default bindings all keymaps implementing the Motif feel. */ + @SuppressWarnings("deprecation") static final JTextComponent.KeyBinding[] defaultBindings = { new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_INSERT, InputEvent.CTRL_MASK), DefaultEditorKit.copyAction), new JTextComponent.KeyBinding(KeyStroke.getKeyStroke(KeyEvent.VK_INSERT,
< prev index next >