Sorry everyone, I am new to this and I was being stupid and asked a question about java here. My bad everyone do not view doesn't matter lol.
Printable View
Sorry everyone, I am new to this and I was being stupid and asked a question about java here. My bad everyone do not view doesn't matter lol.
Your code does not follow java coding conventions and that makes it very hard to understand.
Class names should start with Upper case letter.
You should NOT use the names of Java SE classes for you classes. Button is a java SE class.
Please Edit your post and wrap your code with[code=java]<YOUR CODE HERE>[/code] to get highlighting