CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - awt

搜索资源列表

  1. mousetrack

    0下载:
  2. 知识点:使用Graphics类制作方块,使用java.awt.Event类响应鼠标动作,使用Color类设置方块的颜色,使用int类记录光标的位置。   实现思路:首先要制作界面中的方块,通过Graphics类的对象函数g.setColor(Color.red)设置方块的颜色为红色,然后通过语句g.drawRect(0, 0, size().width - 1, size().height - 1)和g.drawRect(mx, my, (size().width/10) - 1, (si
  3. 所属分类:android

    • 发布日期:2017-04-26
    • 文件大小:10453
    • 提供者:rpudn61
  1. dclock-wind

    0下载:
  2. JAVA 实现的时钟系统。使用java AWT和java Swing 库进行开发的GUI小程序-JAVA CLOCK
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-07
    • 文件大小:1099630
    • 提供者:Paper
  1. Worm

    0下载:
  2. AWT做的贪吃虫,方便初学者学习java界面AWT组件-AWT do greedy insects, easy for beginners to learn java AWT components interface
  3. 所属分类:ComboBox

    • 发布日期:2017-04-07
    • 文件大小:695486
    • 提供者:Arvin
  1. FiveChessProject

    0下载:
  2. 这是一个五子棋游戏程序,附带设置时间限制、计时等功能,使用awt/swing编写,代码简单易读,适合Java初学者。(附带可以直接运行的jar文件)-This is a gobang program, along with time limit setting, timing and other functions, using awt/swing write the code. It s easy to read, for Java beginners.(with runnable jar f
  3. 所属分类:Game Program

    • 发布日期:2017-04-17
    • 文件大小:179797
    • 提供者:陈亚辉
  1. app

    0下载:
  2. 远程进程控制,文件传输,进程守护等功能. 分为3个程序,masterStation为netbeans编写的awt窗体远程控制程序,deamon为子站的执行程序,selfDeamon为守护deamon的子站程序(可不要)-remote process control,file trans,process deamon... function
  3. 所属分类:Remote Control

    • 发布日期:2017-05-20
    • 文件大小:5753019
    • 提供者:peen
  1. WorkerThread

    0下载:
  2. Simple utility class used only to mark methods that are not executed on the UI thread (or Event Dispatch Thread in Swing AWT.) This annotation s sole purpose is to help reading the source code. It has no additional effect.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1763
    • 提供者:nuxaqing
  1. qianting

    0下载:
  2. 本游戏为Java awt 和 swing组件模拟的休闲小游戏《潜艇大战》。玩家通过操作军舰向水下的鱼雷扔炸弹水下潜艇向上发射鱼雷,此版本加入了一些UI处理,比较流畅。-Simulation of the game for the Java AWT and swing components of the casual game "submarine war". Game player through the operation of ships to the torpedo bombers und
  3. 所属分类:Games

    • 发布日期:2017-04-23
    • 文件大小:404480
    • 提供者:qingquan
  1. Talking-in-the-Darkness

    0下载:
  2. 个人参考案例教程的java程序,仅仅使用AWT图形库,无任何Swing,并在原程序的基础上修正了美观度和代码。-Personal reference case tutorial java program, using only AWT graphics library, without any Swing, and amendments to the aesthetics and the code on the basis of the original program.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-04
    • 文件大小:7738
    • 提供者:邱衍云
  1. ActionListener

    0下载:
  2. import java.awt.* import java.awt.event.* public class Calculator implements ActionListener { String s= " ",s1 double d1,d2 JFrame jf = new JFrame( "计算器 ") JTextField tf = new JTextField() public void init()//实现
  3. 所属分类:Games

    • 发布日期:2017-03-29
    • 文件大小:1507
    • 提供者:pdadns
  1. AWT

    2下载:
  2. 基于随机减量法得到自由衰减时程,并进行去噪,后小波变换,拾取小波脊线处的幅值以及相位信息,提取自振频率及模态-The random decrement method based on free decay time, and after denoising, wavelet transform, wavelet ridge is picking up the amplitude and phase information extraction, natural vibration frequen
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1079
    • 提供者:maojianxiao
  1. PPuzzle

    0下载:
  2. java的AWT编写的拼图小游戏,可以自己替换里面的图片,亲自试过了,很有趣,代码很简洁-java' s AWT prepared puzzle game, which can replace the picture, personally tried, and very interesting, very simple code
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1500
    • 提供者:ammable
  1. yuangong

    0下载:
  2. 实现员工管理,包括增删改查。带swing,awt-Implement staff management, including add and delete. With the UI
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5670
    • 提供者:wenqi
  1. nationalflag

    0下载:
  2. 利用swing.awt画一个五星红旗,基本按照五星红旗比例来画。-draw a nationalflag
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7403
    • 提供者:fancong
  1. chat12

    0下载:
  2. 局域网聊天系统,主要是练习J2EE的基本知识点,包括接口,继承类,网络编程,AWT等-LAN chat system, mainly to practice the basics of J2EE points, including interfaces, class inheritance, network programming, AWT, etc.
  3. 所属分类:Games

    • 发布日期:2017-04-05
    • 文件大小:9315
    • 提供者:龙飞
  1. Clock

    0下载:
  2. AWT components that are displayed on the computer screen contain a paintmethod with aGraphicsobject as its argument. In order to use the facilities of Java 2D for the corresponding AWT component, it is necessary to cast this Graphicsobject into
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:1573
    • 提供者:natheer ataya
  1. FirstGame

    0下载:
  2. Simple Game on Java, AWT
  3. 所属分类:Games

    • 发布日期:2017-04-26
    • 文件大小:34885
    • 提供者:Vaflan
  1. sl

    0下载:
  2. AWT,SWING做的扫雷游戏,是个比较适合初学者学习的代码。-AWT, SWING do Minesweeper game, is more suitable for beginners to learn the code.
  3. 所属分类:Games

    • 发布日期:2017-04-24
    • 文件大小:21880
    • 提供者:张磊
  1. pintu

    0下载:
  2. 设计一个用java语言实现的数字拼图小游戏。界面主要由15个按钮,按钮上数字从“1”到“15”,面板采用网格布局,4*4分布。主要用到了awt包中的Frame、Butto,awt.event 包中的ActionListener、WindowListener接口,util包中的随机数(Random)类产生随机数。 数字移动是通过交换label属性。-Design a digital implementation using Java language puzzle game. Interfac
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:2424
    • 提供者:任姣
  1. text8

    0下载:
  2. AWT基本组件的用法 基本内容: 为文本区设置字体显示效果及前、背景色 1.由下拉列表控制文本区文字的字号 2.由单选按钮控制文本区文字的字形 3.当复选框被选中时,滚动条控制文本区的前景色,否则控制文本区的背景色-Use basic content AWT basic components: set the font to display the text area, and before, the background color the drop-down list
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3680
    • 提供者:panxiaoxu
  1. GameLLK

    0下载:
  2. java连连看代码 import java.awt.* import java.awt.event.ActionEvent import java.awt.event.-Java“ again and again look“code
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-14
    • 文件大小:3926
    • 提供者:宋璇
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com