private static Font font = new Font("Tahoma", Font.BOLD, 14);
private int read_keyboard_key(int lastkey) throws LWJGLException
{
String place = tKeys.getValueAt(tKeys.getSelectedRow(), 0).toString();
if(Display.isCreated())throw new LWJGLException();
Display.setDisplayMode(new DisplayMode(220,50));
Display.setTitle(place);
Display.setVSyncEnabled(true);
Display.setIcon(null);
Display.create();