33343536373839
public AppClient() throws SystemConsoleNotFoundException { this.console = System.console(); if (this.console == null) throw new SystemConsoleNotFoundException(); this.controller = ConnectionController.getInstance(); this.cart = new MyGoodCart(); }