-2
You put: Showmessagedialog, with the' uppercase:
Correct:
JOptionPane.showMessageDialog(null, "sla");
See the image of the code:
-2
0
You put: Showmessagedialog, with the' uppercase:
Correct:
JOptionPane.showMessageDialog(null, "sla");
See the image of the code:
Browser other questions tagged functional-programming
You are not signed in. Login or sign up in order to post.
Continue with the mistake :(
– Nômade
Unable to locate or load main test class
– Nômade
Class name must be equal to the name of your file.
– Taffarel Xavier
Take a print of your editor’s screen and send it here, please.
– Taffarel Xavier
Redo the project, but with the correct names, namely: class name, method names. Apparently, the eclipse is looking for a class called 'this''.
– Taffarel Xavier
ok kkkk I messed up here, I’ll do it
– Nômade