资源简介
jdk8的完整压缩包,不是exe执行文件,解压完配置环境直接可以跑java代码,内置简易教程,保证没有问题,64位的
代码片段和文件信息
/*
* Copyright (c) 1997 2011 Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms with or without
* modification are permitted provided that the following conditions
* are met:
*
* - Redistributions of source code must retain the above copyright
* notice this list of conditions and the following disclaimer.
*
* - Redistributions in binary form must reproduce the above copyright
* notice this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* - Neither the name of Oracle nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS
* IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT LIMITED TO
* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
* CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL
* EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO
* PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
* LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* This source code is provided to illustrate the usage of a given feature
* or technique and has been deliberately simplified. Additional steps
* required for a production-quality application such as security checks
* input validation and proper error handling might not be present in
* this sample code.
*/
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
/**
* An interactive test of the Graphics.drawArc and Graphics.fillArc
* routines. Can be run either as a standalone application by
* typing “java ArcTest“ or as an applet in the appletViewer.
*/
@SuppressWarnings(“serial“)
public class ArcTest extends applet {
ArcControls controls; // The controls for marking and filling arcs
ArcCanvas canvas; // The drawing area to display arcs
@Override
public void init() {
setLayout(new BorderLayout());
canvas = new ArcCanvas();
add(“Center“ canvas);
add(“South“ controls = new ArcControls(canvas));
}
@Override
public void destroy() {
remove(controls);
remove(canvas);
}
@Override
public void start() {
controls.setEnabled(true);
}
@Override
public void stop() {
controls.setEnabled(false);
}
@Override
public void processEvent(AWTEvent e) {
if (e.getID() == Event.WINDOW_DESTROY) {
System.exit(0
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-02-10 22:18 java-se-8u40-ri\
目录 0 2015-02-10 22:17 java-se-8u40-ri\bin\
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\ap
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\extcheck.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\idlj.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jar.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jarsigner.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\java-rmi.exe
文件 179712 2015-02-10 22:17 java-se-8u40-ri\bin\java.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\javac.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\javadoc.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\javah.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\javap.exe
文件 180224 2015-02-10 22:17 java-se-8u40-ri\bin\javaw.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jcmd.exe
文件 9728 2015-02-10 22:17 java-se-8u40-ri\bin\jconsole.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jdb.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jdeps.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jhat.exe
文件 9728 2015-02-10 22:17 java-se-8u40-ri\bin\jinfo.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jjs.exe
文件 152576 2015-02-10 22:17 java-se-8u40-ri\bin\jli.dll
文件 9728 2015-02-10 22:17 java-se-8u40-ri\bin\jmap.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jps.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jrunsc
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jsadebugd.exe
文件 9728 2015-02-10 22:17 java-se-8u40-ri\bin\jstack.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jstat.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\jstatd.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\keytool.exe
文件 9216 2015-02-10 22:17 java-se-8u40-ri\bin\kinit.exe
............此处省略795个文件信息
相关资源
- mysql数据处理,java用户登录处理
- 法律咨询信息系统(java+jsp+sqlserver)
- Java快速开发平台源码(renren-fast)
- 锐聘学院QST青软JavaWeb十二个打包
- 3.3.6微信支付JAVA版demo
- javaweb网上购物系统源码(附数据库脚
- javaweb校园宿舍系统(附数据库脚本)
- JavaWeb书城项目(附数据库脚本)
- 基于JAVA_JSP电子书系统(源码+数据库
- Java网络编程知识点总结.xmind
- 一站式Java网络编程 BIO-NIO-AIO资料源码
- jsp讲解
- 基于SSH框架的JavaWeb项目—人员信息管
- javaweb实现的邮件收发系统(附数据库
- Java 仿QQ(附客户端以及服务端源码)
- Java TCP IP Socket
- java定时发送邮件(基于quartz)
- Java Swing开发的《星际争霸》游戏
- java+数据库商品交易管理系统(附数据
- 使用java语言编译一个计算器
- java swing工资管理系统(源码+数据库
- JAVALibrary
- jdk和cglib动态代理的{jar包+源码}
- 微信企业号回调模式Java版
- 顺丰丰桥接口开发详细教程源码含下
- Java博客概要设计文档
- 药品进销存管理系统(论文范文_JSP
- 奖学金管理系统java+jsp+mysql
- 毕设参考——基于java酒店管理
- Java写的一个简单的字体更改程序
评论
共有 条评论