I changed a JLabel's text to be "Your Name:" through the Property window. I want to know where this "Your Name: " is stored?
Also in the Property window, I changed this JLabel's name to be "lblName" but in the FrameView.java file it is still JLabel1. So weired.