Good evening, I am building a simple CRUD database using the Netbeans IDE. My masterTable seems to work fine when I press the "New" Button, but when I press the "New" Button for my detailTable, I recieve a "Exception in thread "AWT-EventQueue-0" java.lang.Error: java.lang.reflect.InvocationTargetException at org.jdesktop.application.ApplicationAction.actionFailed(ApplicationAction.java:859) at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(ApplicationAction.java:665) at org.jdesktop.application.ApplicationAction.actionPerformed(ApplicationAction.java:698)"...... I'm not sure what the problem could be; there are no simularly named classes in my package. Thanks for any assistance.
|