Solved - would rather not have class mates copy my work. Delete if possible
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.
Solved - would rather not have class mates copy my work. Delete if possible
Last edited by m0ranwad; March 23rd, 2014 at 11:06 PM. Reason: Solved
Welcome to the forum! Thanks for taking the time to learn how to post code correctly. If you haven't already, please read this topic to learn other useful info for new members.
Unfortunately, this forum doesn't number code, or none of us have figured out how.
The error message you have typically indicates that there are missing or unmatched curly braces. Indenting your code correctly usually shows this problem. Your actionPerformed() method seems the most problematic with an empty if clause and then code outside any method at the end. The problems there throw off the rest of the code.
Indent your code correctly and then check your curly braces.
I have no experience with it - well, none since Windows 3.11, anyway - so I can't say.