The following code returns me an error saying: \"constructor call must be the first statment in a constructor.\"
\"constructor call must be the first statment in a constructor.\"
I dont get it. The constructor in my c
do you mean
public class labelsAndIcons extends JFrame { public labelsAndIcons () { super( "Testing JLabel" ); } }