1、
synchronize:同步
format:格式化
annotation:解释
scriptlet:脚本小程序
parameter:参数
setAttribute:设置属性
entity:实体类
util:工具;
applet:小程序
exec:执行程序
properties:属性
execute:执行
resultset:结果集
plugin:插件(应用程序)
improvement:改进
prefix:前缀
Mapping:映射
format:格式化
annotation:解释
scriptlet:脚本小程序
parameter:参数
setAttribute:设置属性
entity:实体类
util:工具;
applet:小程序
exec:执行程序
properties:属性
execute:执行
resultset:结果集
plugin:插件(应用程序)
improvement:改进
prefix:前缀
Mapping:映射
Date 日期,日子
After 后来,后面
Before 在前,以前
Equals 相等,均等
toString 转换为字符串
SetTime 设置时间
Display 显示,展示
Calendar 日历
Add 添加,增加
GetInstance 获得实例
getTime 获得时间
Clear 扫除,清除
Clone 克隆,复制
Util 工具,龙套
Components 成分,组成
Month 月份
Year 年,年岁
Hour 小时,钟头
Minute 分钟
Second 秒
Random 随意,任意
Next Int 下一个整数
Gaussian 高斯
ArrayList 对列
LinkedList 链表
Hash 无用信息,杂乱信号
Map 地图
Vector 向量,矢量
Size 大小
Collection 收集
Shuffle 混乱,洗牌
RemoveFirst 移动至开头
RemoveLast 移动至最后
lastElement 最后的元素
Capacity 容量,生产量
Contains 包含,容纳
Copy 副本,拷贝
Search 搜索,查询
InsertElementAt 插入元素在某一位置
2、
io->in out 输入/输出
File 文件
import 导入
exists 存在
isFile 是文件
isDirectory 是目录
getName 获取名字
getPath 获取路径
getAbsolutePath 获取绝对路径
lastModified 最后修改日期
length 长度
InputStream 输入流
OutputStream 输出流
Unicode 统一的字符编码标准, 采用双字节对字符进行编码
Information 信息
FileInputStream 文件输入流
FileOutputStream文件输出流
IOException 输入输出异常
fileobject 文件对象
available 可获取的
read 读取
write 写
BufferedReader 缓冲区读取
FileReader 文本文件读取
BufferedWriter 缓冲区输出
FileWriter 文本文件写出
flush 清空
close 关闭
DataInputStream 二进制文件读取
DataOutputStream二进制文件写出
EOF 最后
encoding 编码
Remote 远程
release 释放
第九章:
JBuider Java 集成开发环境(IDE)
Enterprise 企业版
Developer 开发版
Foundation 基础版
Messages 消息格
Structure 结构窗格
Project 工程
Files 文件
Source 源代码
Design 设计
History 历史
Doc 文档
File 文件
Edit 编辑
Search 查找
Refactor 要素
View 视图
Run 运行
Tools 工具
Window 窗口
Help 帮助
Vector 矢量
addElement 添加内容
Project Winzard 工程向导
Step 步骤
Title 标题
Description 描述
Copyright 版权
Company 公司
Aptech Limited Aptech有限公司
author 作者
Back 后退
Finish 完成
version 版本
Debug 调试
New 新建
3、
ErrorInsight 调试
JFrame 窗口框架
JPanel 面板
JScrollPane 滚动面板
title 标题
Dimension 尺寸
Component 组件
Swing JAVA轻量级组件
getContentPane 得到内容面板
LayoutManager 布局管理器
setVerticalScrollBarPolicy 设置垂直滚动条策略
AWT(Abstract Window Toolkit) 抽象窗口工具包
GUI (Graphical User Interface) 图形用户界面
VERTICAL_SCROLLEARAS_NEEDED 当内容大大面板出现滚动条
VERTICAL_SOROLLEARAS_ALWAYS 显示滚动条
VERTICAL_SOROLLEARAS_NEVER 不显示滚动条
JLabel 标签
Icon 图标
image 图象
LEFT 左对齐
RIGHT 右对齐
JTextField 单行文本
getColumns 得到列数
setLayout 设置布局
BorderLayout 边框布局
CENTER 居中对齐
JTextArea 多行文本
setFont 设置字体
setHorizontalAlignment 设置文本水平对齐方式
setDefaultCloseOperation 设置默认的关闭操作
add 增加
JButton 按钮
JCheckBox 复选框
JRadioButton单选按钮
addItem 增加列表项
getItemAt 得到位置的列表项
getItemCount 得到列表项个数
setRolloverIcon 当鼠标经过的图标
setSelectedIcon 当选择按钮的图标
getSelectedItem 得到选择的列表项
getSelectedIndex 得到选择的索引
ActionListener 按钮监听
ActionEvent 按钮事件
actionPerformed 按钮单击方法