How do you eliminate widgets that don't have a traversable property from the tabbing sequence, so that some components on a panel never receive the focus from the tab key?
Created May 4, 2012
Finlay McWalter
Override the isFocusTraversible() method (from java.awt.Component) and always return false.