开发工具:
文件大小: 3mb
下载次数: 0
上传时间: 2019-10-05
详细说明:package com.shou.loginfjame;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Component;
import java.awt.Container;
import java.awt.Cursor;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.SQLException;
import java.util.List;
import javax.swing.BorderFactory;
import javax.swing.Box;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JDialog;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JPasswordField;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.xml.bind.util.ValidationEventCollector;
import com.shou.LoginUtil.LoginUser;
import com.shou.dao.LoginDao;
import com.shuo.util.ValidCode;
public class LoginFjame extends JFrame implements ActionListener {
private JFrame frame = new JFrame("登录");
private JPanel panel = new JPanel();
private JLabel tiel = new JLabel("龍丶逸小说登录系统"); // 创建标题
private JLabel userLabel = new JLabel("用户名:"); // 创建UserJLabel
private JTextArea userText=new JTextArea("请输入内容",7, 30); // 获取登录名
private JLabel passLabel = new JLabel("密 码:"); // 创建PassJLabel
private JPasswordField passText = new JPasswordField(20); // 密码框隐藏
private JLabel verCodeLa = new JLabel("验证码:"); // 验证码
private JTextField inputCode = new JTextField(); // 验证码框
private ValidCode vcode = new ValidCode(); // 验证码内容
JTextField jt_code;
private JButton loginButton = new JButton("登录"); // 创建登录按钮
private JButton registerButton = new JButton("注 册"); // 创建注册按钮
private JButton newPasswordButton = new JButton("忘记密码"); // 创建注册按钮
private JButton exitButton = new JButton("退出");
JTextField field = null;
public LoginFjame() {
System.out.println("=====================================");
System.out.println("== 龍丶逸小说系统 ==");
System.out.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
相关说明
- 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
- 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。
- 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
- 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
- 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
- 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.