Arrow key support in ButtonPanel
by David Qiao • June 22, 2008 • Java and Swing, JIDE
There is one missing feature in ButtonPanel. That’s the arrow key support. On Windows (probably on Mac as well), people get used to use left or right keys to navigate among buttons on a horizontal button panel or up/down keys for vertical button panel. However Swing doesn’t have that. For example, in the JOptionPane, arrow keys don’t change [...]
Read more →