S
sundarmcakms
1)when i try to write a file which was in another file.. it is coming
in same line rather than how it appears in old file..
2) when i set shortcut for menu item using setAccelerator method
when i give the parameter as KeyEvent.VK_N and
KeyEvent.VK_CONTROL
it is coming shift+n
when i give the parameter as KeyEvent.VK_CONTROL and
KeyEvent.VK_N
it is coming something like meta+shift+alt+...
i cant view it fully in menu item..
what i have to do to assign shortcut as ctrl+n?
in same line rather than how it appears in old file..
2) when i set shortcut for menu item using setAccelerator method
when i give the parameter as KeyEvent.VK_N and
KeyEvent.VK_CONTROL
it is coming shift+n
when i give the parameter as KeyEvent.VK_CONTROL and
KeyEvent.VK_N
it is coming something like meta+shift+alt+...
i cant view it fully in menu item..
what i have to do to assign shortcut as ctrl+n?