Yahoo Clever wird am 4. Mai 2021 (Eastern Time, Zeitzone US-Ostküste) eingestellt. Ab dem 20. April 2021 (Eastern Time) ist die Website von Yahoo Clever nur noch im reinen Lesemodus verfügbar. Andere Yahoo Produkte oder Dienste oder Ihr Yahoo Account sind von diesen Änderungen nicht betroffen. Auf dieser Hilfeseite finden Sie weitere Informationen zur Einstellung von Yahoo Clever und dazu, wie Sie Ihre Daten herunterladen.
java programming?
Hey, this is my first time trying GUI, can someone tell me why im getting an error?
https://gyazo.com/ece59a23673aae5ffedde836bc21817b
code in link
1 Antwort
- ?Lv 7vor 5 Jahren
You're getting the error because your code is not inside any method. It's inside the MainPanel class, but you need a method in that class if you want to start manipulating the variables.