processKeyBinding code not safe
Status: Beta
Brought to you by:
dsquirrel
In LargoTable and AboutInternalFrame, the function
processKeyBinding is overridden, but the code in the
function is not surrounded by a try/catch block. Other
LargoRecipes code called directly by the Swing event
loop does have such a try/catch block, and so should
this code.