50515253545556
insertFigure(key); } } private void insertLetter(int key) { ksession.insert( new Letter( key, (char)('A' + ((key / 100) % 26)) ) ); }