Java Swing GUI exception - Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException:
- by rgksugan
I get this exception when i run my application. I dont have any idea what is going wrong here. Can someone help please.
Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementException: Vector Enumeration
at java.util.Vector$1.nextElement(Vector.java:305)
at…