-
账号密码登录窗体
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
- 2022-08-14 10:24:00下载
- 积分:1
-
可以对windows自带的程序进行控制执行!
可以对windows自带的程序进行控制执行!-can windows own procedures for the implementation of control!
- 2022-09-06 08:10:03下载
- 积分:1
-
MyDiary
记事本APP,记事可以分享,虽然小但比较完整(Notepad APP, Notepad can share)
- 2017-07-01 16:27:43下载
- 积分:1
-
JAVA version of the Support Vector Machine (SVM) processors. Configurable parame...
JAVA版本的支持向量机(SVM)处理器。可配置参数。-JAVA version of the Support Vector Machine (SVM) processors. Configurable parameters.
- 2023-06-18 19:25:03下载
- 积分:1
-
prepared using JAVA TsinghuaIP function in the source code
用JAVA编写的TsinghuaIP功能的源代码-prepared using JAVA TsinghuaIP function in the source code
- 2022-02-26 06:31:19下载
- 积分:1
-
java数据结构源码,很全,编程必备的基础
java数据结构源码,很全,编程必备的基础-java source code data structure, it is full, programming an essential basis for
- 2022-01-21 22:05:09下载
- 积分:1
-
xueshengxuanke
学生选修课管理系统,包括文档,不过有bug。(Student elective management system, including the documentation, but there are bug.)
- 2010-12-06 23:03:45下载
- 积分:1
-
test1.part03
这是一个基于pocketsphinx的例子程序,已经在andtoid studio编译成功,并能识别简单的词汇。这是第三部分(This is an example program based on pocketsphinx, which has been successfully compiled in andtoid studio and can recognize simple words.this is the 3rd part)
- 2020-06-21 19:40:01下载
- 积分:1
-
SwingJDBC
Advanced JaVa Programming
- 2011-09-09 06:13:03下载
- 积分:1
-
java的项目学生信息管理系统实战资料,有项目分析和项目的实现,项目讲解,项目计划,数据库设计,各个界面的设计,非常实用...
java的项目学生信息管理系统实战资料,有项目分析和项目的实现,项目讲解,项目计划,数据库设计,各个界面的设计,非常实用-java projects Student Information Management System for real data, have the item analysis and realize the project, the project brief, project plan, database design, the various interface design, very useful
- 2022-01-26 05:12:05下载
- 积分:1