登录
首页 » java,mysql » 账号密码登录窗体

账号密码登录窗体

于 2022-08-14 发布 文件大小:1.79 MB
0 122
下载积分: 2 下载次数: 1

代码说明:

package com.wxt; import java.awt.Dimension; import java.awt.HeadlessException; import java.awt.Toolkit; import javax.swing.JFrame; import javax.swing.JLabel; import java.awt.Font; public class SuccessFrame extends JFrame { public void init( ){ setSize(500,500); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);    Toolkit tk=getToolkit();   Dimension dim=tk.getScreenSize();   int x,y;   x=((int)dim.getWidth()-500)/2;   y=((int)dim.getHeight()-500)/2;   setLocation(x,y);         } public SuccessFrame() throws HeadlessException { super(); getContentPane().setLayout(null); JLabel lblNewLabel = new JLabel("u6B22u8FCEu5149u4E34u5B66u7C4Du7BA1u7406u7CFBu7EDF2.01u7248u672C"); lblNewLabel.setFo

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 餐饮娱乐管理系统 Java MySQL
    用java编写的餐饮娱乐管理系统,有登陆模块,点餐模块,菜品信息模块,人员管理模块,采用mvc架构设计实现,界面美观实用,可下载用来学习实践。
    2022-10-02 21:20:03下载
    积分:1
  • 在线商品销售
    public class DBConnection { private Connection connection; private String db_Name = "qian"; private String db_User = "root"; private String db_Password = "lubing"; public DBConnection(){ this.getConection(); } /* * 得到Connection对象。 */ public Connection getConection(){ try { // 加载数据库驱动 Class.forName("com.mysql.jdbc.Driver"); // 指定连接数据库的URL String url = "jdbc:mysql://localhost:3306/" + db_Name; // 通过DriverManager的getConnection()建立连接 connection = DriverManager.getConnection(url, db_User, db_Password); if (connection == null) { System.out.println("数据连接出错了!"); } } catch (Exception e) { e.printStackTrace(); } return connection ; } /* * 关闭数据集/语句/连接对象 */ public void close(Resul
    2022-01-26 04:27:59下载
    积分:1
  • 酒店网站演示案例
    用Java语言开发的一个动态网站课程设计,有展示商品、编辑商品的属性、模拟购买和商品查询等业务。开发工具为eclipse,jdk1.6环境,mysql数据库,dreamware作为界面美化工具.
    2023-06-01 06:30:03下载
    积分:1
  • JSP医院管理系统的设计
    主要通过HTML+CSS+JavaScript实现前端界面的布局及美化,JSP+Javabean+Servlet技术来实现后端业务处理的编码,并采用Oracle数据库管理系统实现系统与用户的数据交互。一个标准的初学者项目,提供了数据SQL,但页面不够美观。
    2022-04-25 09:52:01下载
    积分:1
  • jsp考试系统
    转载别人的考试系统,希望可以解决你的问题。网上免费的资源不多,为了拼凑积分,只能这样了 请大家原谅,我之所以要在这里打这么多字,是因为最少50字数,我凑字数,
    2023-03-23 12:20:04下载
    积分:1
  • 基于JAVA的在线考试系统
    选择Oracle作为后台的数据库,选择JAVA、JSP、JavaScript、Html作为应用程序开发工具,运用Tomcat服务器技术,整个系统完全基于B/S (Browser/Server)模式进行设计,采用strus框架进行架构。压缩包中不仅含有代码,还有数据库环境和毕业论文,可以提供详细的参考  
    2022-08-22 08:15:46下载
    积分:1
  • Java客户关系管理系统源码
    这是一个使用Java+ssh+mysql来编写的客户管理系统源码。
    2023-06-16 17:40:16下载
    积分:1
  • 卓越人事管理系统
    小小的一个人事管理系统,有部门,薪资,基本信息管理。
    2022-07-26 08:09:59下载
    积分:1
  • rbac 权限管理
    About This Content February 24, 2005 License The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available at http://www.eclipse.org/legal/epl-v10.html. For purposes of the EPL, "Program" will mean the Content. If you did not receive this Content directly from the Eclipse Foundation, the Content is being redistributed by another party ("Redistributor") and different terms and conditions may apply to your use of any object code in the Content. Check the Redistributor"s license that was
    2022-12-27 20:10:04下载
    积分:1
  • Inventory Control System
    简单的库存控制系统。它是用Java和MySQL(JDBC连接,没有Hibernate)开发的。
    2023-05-06 14:50:03下载
    积分:1
  • 696518资源总数
  • 105949会员总数
  • 22今日下载