3940414243444546474849
/** * Constructs a new Keyboard. */ public Keyboard() { if (GatesManager.getInstance().isChipsGUIEnabled()) { gui = new KeyboardComponent(); gui.setLocation(4, 264); gui.getKeyEventHandler().addKeyListener(this); gui.reset(); } }