I have tried just about everything I can think of to fix my error but I;m completely stumped. I keep getting a \"class, interface, or enum expected\" error. What am I missing?
You are adding one extra brace '}' at the end...just remove it
If wanna keep safe from these kind of errors in future,consider formatting your code properly.(Use Ctrl+shift+f for eclipse and Alt+shift+f for netbeans)