小编Jav*_*eak的帖子

Netbeans GUI和SQL问题

//我遇到了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)

java sql user-interface netbeans project

0
推荐指数
1
解决办法
1051
查看次数

标签 统计

java ×1

netbeans ×1

project ×1

sql ×1

user-interface ×1