public void updateView(){ this.txtID.setText(model.getId()); this.txtPrice.setText(Double.toString(model.getPrice())); this.lbltotalPrice.setText(Double.toString(model.getTotalPrice(taxRate))); }