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.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
C++
C#
Java
Assembly
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.
Last edited by Alex-Green; February 20th, 2012 at 12:55 AM. Reason: was in wrong place
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