搜索资源列表
myAddressList
- MyWindowHandler.java//关闭窗体,结束程序 MyFrameModel.java//框架模版 MyDialogModel.java//对话框模版 MyJDBC.java//数据增删改查 MyAddDialog.java//添加记录 MyDelDialog.java//删除记录 MyModDialog.java//修改记录 MySeaDialob.java//查询记录 MyAddressList.java//通讯录主面板 MyChechExp.
buttonanniu
- 空间类的使用已经如何应用java开发控件等小组件,如何在程序中使用它-space category has been the use of java application development Control Panel items, such as how to use the procedures it
chengjixinxi
- 空间类的使用已经如何应用java开发控件等小组件,如何在程序中使用它-space category has been the use of java application development Control Panel items, such as how to use the procedures it
guanbichuangkou
- 空间类的使用已经如何应用java开发控件等小组件,如何在程序中使用它-space category has been the use of java application development Control Panel items, such as how to use the procedures it
buttongundongtiao
- 空间类的使用已经如何应用java开发控件等小组件,如何在程序中使用它-space category has been the use of java application development Control Panel items, such as how to use the procedures it
java@jspchat
- 1.服务器端:(Windows平台)首先应有java环境jdk,建议采用jdk1.4,配置Taxpad或安装JCreater。然后安装SQL数据库,建立数据库javaicq,并且建立表icq和表friend。用户也可以还原数据库名字为:javaicq,,或可在SQL查询分析器里面运行代码,然后在控制面板中的ODBC数据源中设置用户DSN数据源javaicq和文件DSN数源javaicq建立与数据库的连接。然后在Taxpad或JCreater开发环境中运行javac Server.java ,ja
panel
- this is java code for a electronic diary GUI, including date text and other functions buttons and frames.
实例22
- 用Split控件来实现分割面板,并在面板中显示出几个图形,文件为SplitPaneDemo.java-with Split Control Panel to achieve segmentation, and the panel shows that few graphics, document SplitPaneDemo.java
JavaRTSP
- 这是一个用JAVA编写的RTSP协议的服务器-This is a java about the rtsp protocal Server in this Panel page
Demo8
- 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import
vjbook
- 用AWT来生成图形化用户界面时,组件和容器的概念非常重要。组件是各种各样的类,封装了图形系统的许多最小单位,例如按钮、窗口等等;而容器也是组件,它的最主要的作用是装载其它组件,但是象Panel这样的容器也经常被当作组件添加到其它容器中,以便完成杂的界面设计。布局管理器是java语言与其它编程语言在图形系统方面较为显著的区别,容器中各个组件的位置是由布局管理器来决定的,共有5种布局管理器,每种布局管理器都有自己的放置规律。事件处理机制能够让图形界面响应用户的操作,主要涉及到事件源、事件、事件处理者
Game
- Button panel 一个简单图形化界面GUI工具的小例子-Button panel graphical interface a simple GUI tool for the small example
Background
- 一个制作小游戏的面板程序,加进了有意思的图片。制作了2个JPanel分别放在frame的左右两边,然后在左边画图实现游戏,右边控制游戏区,这只是游戏的一个部分。-A game of panel production process, added an interesting picture. JPanel produced, respectively, on two sides of the frame, and then the realization of the game drawing
javaeg0618
- 用java实现一个小球的程序,当点击开始按钮就会启动一个小球线程,并且小球在面板内移动。-To achieve with a small ball java process, when the click the Start button will start a thread ball and small ball moving in the panel.
Thread
- 本程序是关于java线程方面的,程序是利用数学算法将自定义的一个球类在面板中进行无限的运动,直到用户终止为止。-This program is about java threading, the program is to use mathematical algorithms to customize a ball in the panel for unlimited movement, until the user terminated.
panel
- java创建面板.并创建透明窗口。窗口属性进行设置等-use java create panel
iecanvas
- IECanvas,用于java中使用的IE浏览器面板,通过使用native方法完成、-IECanvas for java in the use of the Internet Explorer browser panel, completed by using the native method
java-time-and-date
- 实现类似Windows操作系统控制面板“日期和时间”的功能。它显示1980-2099年内某月的日历(含月、日、星期),可以反应闰月情况。并显示当前系统时间。并允许用户重新设置当前计算机系统年月日的时间。并附有程序设计报告。极力推荐。-Similar to the Windows operating system control panel " date and time" . It shows a month during 1980-2099 calendar (includin
Panel
- java c++ download file
CalcAppDemo
- Java计算器,这是一个简单的计算器,用java代码实现。用面板,按钮简单组件组成。(Java calculator, this is a simple calculator, implemented in Java code. With the panel, the button is made up of the simple components.)