赞
踩
/
用户登录
/
package com.newer.property;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import java.sql.Statement;
import java.sql.ResultSet;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JTextField;
import javax.swing.JPasswordField;
import javax.swing.JPanel;
import javax.swing.JFrame;
public class user_land extends JFrame implements ActionListener{
static Connection conn=null;
static Statement stat=null;
static ResultSet rs=null;
static String url="jdbc:sqlserver://127.0.0.1:1433;DatabaseName=_Property";
static String user="sa";
static String password="";
JPanel p1,p2,p3,p4,p5;
JLab
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。