Suppose that you create an application in which you instantiate a JFrame named frame1 and a JLabel named label1. Which of the following statements within the application adds label1 to frame1?
1) (label1) ;
2) (frame1) ;
3) (label1) ;
4) framel (label1) ;