I have a GUI screen, and it has a label in it. I now want to set the label with a text as i have shown in below (Test). But it\'s not getting updated. I think t
Test
Add a method to your FrameTest
public String readLabel(){ return this.lblLabel.getText(); }