Multiple choice Which method changes the text the label displays? changeText setText ChangeLabel setLabel Reveal answer Fill a bubble to check yourself B Correct answer Explanation In standard Java Swing (JLabel), the method used to update the text displayed by the label is setText().