Java- RuntimeException- Uncompilable source code - Erroneous tree type
I'm new in Java also I'm new in this website, so I'm sorry if the error is obvious, but I got an error, that I dont know what it means, I have try everything to fix it. I'm currently writing a basic aplication library, with some swing interface, but the problem is when trying to create a window of the form of books, there is the relevant code. This is the principal window. public class VentanaPrincipal extends javax.swing.JFrame { public VentanaPrincipal() { initComponents(); this.setLocationRelativeTo(null); } private void bt_salirActionPerformed(java.awt.event.ActionEvent evt) { // TODO add