181182183184185186187188
cmd.execute(); } @Bindable public void executePrintCommand() { PrintCommand printCommand = new PrintCommand(); printCommand.execute(); }