//我遇到了Netbeans的问题.我试图让我在注册表单中输入的值转到sql表,当我点击注册但没有发生任何事情.有人可以帮忙吗?
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package networking;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.Statement;
/**
*
* @author user
*/
public class Registration extends javax.swing.JFrame {
/**
* Creates new form Registration
*/
public Registration() {
initComponents();
}
/**
* This method is called from within the constructor to initialize the form.
* WARNING: Do NOT modify this code. The content of this method …Run Code Online (Sandbox Code Playgroud)