public void update(String newtext, boolean corrected) { tokenTextLabel.setText(newtext); this.setCorrected(corrected); this.calculateSizeNormMode(); this.revalidate(); }
public void update(String newtext) { tokenTextLabel.setText(newtext); tvm.setTokenVisualizationStyle(instance); this.calculateSizeNormMode(); this.revalidate(); }