• 大小: 0.38M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-22
  • 语言: Java
  • 标签: java  源代码  入门级  

资源简介

applet
basics
beans
classes
datatransfer
graphics
gui
i18n
io
net
print
reflect
rmi
security
serialization
servlet
sql
thread
xml

资源截图

代码片段和文件信息

/*
 * Copyright (c) 2000 David Flanagan.  All rights reserved.
 * This code is from the book Java Examples in a Nutshell 2nd Edition.
 * It is provided AS-IS WITHOUT ANY WARRANTY either expressed or implied.
 * You may study use and modify it for any non-commercial purpose.
 * You may distribute it non-commercially as long as you retain this notice.
 * For a commercial use license or to purchase the book (recommended)
 * visit http://www.davidflanagan.com/javaexamples2.
 */
package com.davidflanagan.examples.applet;
import java.applet.*;         // Don‘t forget this import statement!
import java.awt.*;            // Or this one for the graphics!
import java.util.Date;        // To obtain the current time
import java.text.DateFormat;  // For displaying the time

/** 
 * This applet di

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

----------- ---------  ---------- -----  ----

               927067                    225


评论

共有 条评论