搜索资源列表
Java布局管理器使用方法
- 很多初学者在用Java布局器自动布局画界面时,经常遇见不知道如何定义区域大小或按钮之间的距离等问题。我写过一篇《实现JAVA手动布局中各个组件能随窗口变化的方法》的文章,有读者反映算坐标不好算,问能不能用布局器实现文章中的界面。其实自动布局也可以解决定义区域大小或按钮之间的距离等问题,只是没有手动布局那么灵活。下面我就举一个例子。 -many beginners in using Java for automatic layout interface layout painting, met o
Calculator_simple
- 简易计算器不需要很高深的算法,对于数字计算的唯一要求就是在除数为零的时候要加以判断和处理,其他的就是窗口布局和功能完善了;首先:计算器需要一个显示按键结果的TextField部件,再就是添加很多Button了;为了界面的美观,为Frame添加两个panel,一个布局用BorderLayout.NORTH,另一个用GridLayout分成均等的几行几列;窗口的整体布局就基本成形了。剩下的为Button添加事件及响应事件的结果,编写程序实现。-simple calculators do not ne
Arithmetic_realization
- JAVA实现的人工智能的八数码题,不过没有界面,只能在命令窗口中显示.-JAVA of artificial intelligence that eight digital, but not the interface, the order can only display window.
2167
- slightboy提供的窗口java代码,酷,在界面编程时很有用-slightboy the window java code, cool, the programming interface is useful when
enterWindow
- swing可视化窗口,快速方便,管理界面-swing visualization window, quickly and easily, management interface
communication
- 本程序是网络聊天工具,分客户端和服务器端,含有图形界面窗口,运用了sql server2000 作为数据库-this procedure is the Internet chat tools, and client-server side, containing a graphical user interface window, use as a sql database SERVER2000
ChatFirst
- java QQ登录界面+在线窗口代码 功能少了一点 但界面和2010般的口口很像-java frame client
JFrame
- 关于jframe的20个范例,无须导入新包,有窗口界面等-20 on jframe example, do not import new packages, there are windows interface, etc.
j_12115_gczxks
- 启动tomcat服务器后,在IE中输入 http://localhost:8080/pctest/login.jsp 打开登录窗口。 系统的首页面为login.jsp,应试人帐号之一为stest,口令是123 出题人帐号之一为tea001,口令为123;管理员帐号之一为ad001,密码为123。 2.在管理员功能界面中,可以对应该人,出题人和管理人进行维护操作。 注意:本系统中,应试人只能参加注册时记录下来的相应“等级”的
NotePad
- 文本编辑器,可以作为初学者窗口界面设计参考-A text editor, windows interface design can be used as reference for beginners
jspchat
- 简单聊天室,有登陆界面 用户聊天窗口 在线用户列表 发送自定义表情等功能-Simple chat room, chat window with the login screen user list of users online features such as sending 自定义表情
textcopy
- 在窗口界面中,通过菜单选择的方式实现文档从一个文本区剪切、复制到另外一个文本区。-In the window interface, the menu selection by the realization of a document from a text area cut, copy to another text area.
FileTest
- 文件操作 是关于java文件操作的实例 例子简洁 易懂 适合初学者-for file
SunnyCalculator
- java窗口界面实现的简单流程,java实现间的计算器程序-java window interface to achieve a simple process, java calculator program to achieve inter-
SketchView
- Java工具包swing的应用,可实现窗口界面。-Application of javax.swing.JComponent.
trans
- 使用窗口界面,将输入的二进制数转换成十进制数,输入格式不正确时自动提示报错-Use the window interface, the input binary number converted to decimal
test6
- 设计一个窗口界面: 用于学生基本信息的输入。使用多种界面元素,如JButton,JTextField,JCheckBox,JComboBox(将按钮或可编辑字段与下拉列表组合的组件)等。 要求:处理事件响应。 2、 设计一个文件操作程序界面: (a)实现文本输入、文件载入和保存等基本功能; (b—选做)增加菜单项,可弹出功能配置窗口:设计界面,使用合理布局,使用数种常用图形组件,进行字体,文本背景色,文本颜色的选择。-Design a window interface:
ChatRoomServer
- 聊天室 说明写入正确的ip地址 即可正常用 当然 目前只停留在 命令行界面 还没有写成 可视化窗口界面 运行时 请带上参数 如 java TransServer 张三 Java TransClient 李四-The chat room Write correct IP address can be n
Client
- 聊天室客户端 说明写入正确的ip地址 即可正常用 当然 目前只停留在 命令行界面 还没有写成 可视化窗口界面 运行时 请带上参数 如 java TransServer 张三 Java TransClient 李四-The chat room Write correct IP address can be normal use, of course, there is currently no written to stay on the command line interface visual
Java界面添加背景图片
- 对JPanel窗口添加背景图片的程序,可选择将图片居中或拉伸