My code:
http://pastebin.com/NGxeZCvsCan't figure out why my main method has an error message. I have the main in the code, but when I start it up, it says:
Code
Exception in thread "main" java.lang.Error: Unresolved compilation problem: at LibraryGUI.main(LibraryGUI.java:46)
I guess I am missing the reason for it not compiling.
The other 2 classes, which may be relevant, are both posted in one bin at:
http://pastebin.com/V6M2RexEAny help would be appreciated. And I'm even willing to throw in my fg if you want it.