6465666768697071
@Override public void initialize() { keyPress = new WakeupOnAWTEvent(KeyEvent.KEY_PRESSED); wakeupOn(keyPress); pickTool = new PickTool(bg); pickTool.setMode(PickInfo.PICK_GEOMETRY); }