2013-09-29 4 views

답변

4

키 바인딩을 등록 해제해야합니다. 예를 들어

:

tabComponent.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke("LEFT"), "none"); 
tabComponent.getInputMap(JComponent.WHEN_FOCUSED).put(KeyStroke.getKeyStroke("RIGHT"), "none"); 

당신이 How to use KeyBindings에서 살펴 봐야 할 수 있습니다.