In this instance die1 is an Integer that is derived from a calculation elsewhere. I want the value of die1 to be visually differentiated with a border and/or larger text/different color. Is there a way to do this that does not involve having 2 separate JLabels? Thank you.
firstJLabel.setText("Die 1: " + die1);