Buenas noches
non-static variable jLabel cannot be referenced from a static context case 1: jLabel.setText("Soy la opcion 1"); jLabel.setForeground(Color.red); jLabel.setFont(new Font ("Ariel",1,30)); break;
Buenas noches
non-static variable jLabel cannot be referenced from a static context
case 1:
jLabel.setText("Soy la opcion 1");
jLabel.setForeground(Color.red);
jLabel.setFont(new Font ("Ariel",1,30));
break;