点击切换搜索课件文库搜索结果(2284)
文档格式:PPT 文档大小:1.21MB 文档页数:48
⚫ To become familiar with the process of program development (§10.2). ⚫ To the relationship types: association, aggregation, composition, strong inheritance, and weak inheritance (§10.3). ⚫ To declare classes to represent the relationships among the classes (§10.3). ⚫ To design systems by identifying the classes and discovering the relationships among these classes (§10.4). ⚫ To implement the Rational class and process rational numbers using this class (§10.5). ⚫ To design classes that follow the class-design guidelines (§10.6). ⚫ To model dynamic behavior using sequence diagrams and statechart diagrams (§10.7 Optional) ⚫ To know the concept of framework-based programming using Java API (§10.8)
文档格式:PPT 文档大小:1.38MB 文档页数:65
⚫ To distinguish simple GUI components (§11.2). ⚫ To describe the Java GUI API hierarchy (§11.3). ⚫ To create user interfaces using frames, panels, and simple UI components (§11.4). ⚫ To understand the role of layout managers (§11.5). ⚫ To use the FlowLayout, GridLayout, and BorderLayout managers to layout components in a container (§11.5). ⚫ To specify colors and fonts using the Color and Font classes (§11.6-11.7). ⚫ To use JPanel as subcontainers (§11.8). ⚫ To paint graphics using the paintComponentmethod on a panel (§11.9). ⚫ To draw strings, lines, rectangles, ovals, arcs, and polygons using the drawing methods in the Graphics class (§11.9). ⚫ To center display using the FontMetricsClass (§11.10). ⚫ To develop a reusable component MessagePanel to display a message on a panel (§11.11). ⚫ To develop a reusable component StillClock to emulate an analog clock (§11.12 Optional)
文档格式:PPT 文档大小:778KB 文档页数:65
To discover file properties, delete and rename files using the File class (§16.2). To understand how I/O is processed in Java (§16.3). To distinguish between text I/O and binary I/O (§16.3). To read and write characters using FileReader and FileWriter (§16.4). To improve the performance of text I/O using BufferedReader and BufferedWriter (§16.4). To write primitive values, strings, and objects as text using PrintWriter and PrintStream(§16.4). To read and write bytes using FileInputStreamand FileOutputStream (§16.6). To read and write primitive values and strings using DataInputStream/DataOutputStream(§16.6). To store and restore objects using ObjectOutputStreamand ObjectInputStream, and to understand how objects are serialized and what kind of objects can be serialized (§16.9 Optional). To use the Serializable interface to enable objects to be serializable (§16.9 Optional). To use RandomAccessFile for both read and write. (§16.10 Optional)
文档格式:PPT 文档大小:497KB 文档页数:40
1:字符串 2:变量与赋值 3:基本数据类型 4:表达式 5:数据类型转换 6: 交互程序 7: 图形 8: Java Applet 9: 绘图
文档格式:DOC 文档大小:1.64MB 文档页数:214
《科技论文写作》 《高等数学 A》 《线性代数》 《大学物理 C》 《物理实验 C》 《概率论与数理统计 B》 《C/C++语言程序设计 A》 《C/C++语言程序设计》实验 《电子技术》 《电子技术》实验 《数据结构 A》 《数据结构 A》实验 《数据库系统原理 A》 《数据库系统原理 A》实验和设计 《计算机组成原理》 《计算机组成原理》实验 《微机原理与接口技术 B》 《微机原理与接口技术 B》实验 《操作系统》 《操作系统》实验 《计算机网络 A》 《计算机网络 A》实验 《离散数学》 《面向对象程序设计》 《面向对象程序设计》上机 《软件工程》 《编译原理》 《编译原理》实验 《计算机系统结构》 《软件系统分析与设计》 《软件系统分析与设计》设计大纲 《软件质量保证与测试》 《软件质量保证与测试》设计大纲 《软件项目管理》 《网络系统集成技术》 《网络系统集成技术》实验 《网络管理与维护》 《嵌入式系统》 《嵌入式系统》实验 《NET 开发技术》 《NET 开发技术》实验 《Java 开发技术》 《Java 开发技术》实验 《算法设计与分析》 《算法设计与分析》实验 《计算机图形学》 《计算机图形学》实验 《Linux 操作系统》 《Linux 操作系统》实验 《管理信息系统》 《管理信息系统》实验 《软件过程改进与管理》 《软件工程日语》 《计算机网络安全》 《电子商务》 《人工智能》 《虚拟现实技术》 《虚拟现实技术》实验 《数据仓库与数据挖掘》 《数据仓库与数据挖掘》实验 《网络编程》 《网络编程》实验 《计算机组装实习》 《基于NET 数据库系统开发》课程设计大纲 《Java 软件项目开发课程设计》 《IT 项目实践》
文档格式:PPT 文档大小:209KB 文档页数:51
一、面向对象程序设计的基本概念; 二、类的创建; 三、对象实例化; 四、访问属性控制; 五、静态成员; 六、final,this和null; 七、包; 八、综合应用示例
文档格式:PPT 文档大小:796.5KB 文档页数:55
要创建一个用户界面,需要创建一个框架或 applet来存放用户界面组件。applet后面章节 会读到,本章节介绍创建框架的过程
文档格式:PPT 文档大小:373.5KB 文档页数:27
一、解释事件驱动程序的概念 二、了解事件、事件源和事件类 三、声明监听器类并编写代码处理事件 四、在事件源对象中注册监听器对象 五、理解事件处理的方式 六、编写程序处理行为事件ActionEvent 七、编写程序处理鼠标事件MouseEvent 八、编写程序处理键盘事件KeyEvent 九、使用Time类控制动画
文档格式:PPT 文档大小:498KB 文档页数:46
一、使用不同的用户界面组件: JButton, JCheckBox, 二、JRadioButton, JLabel, JTextField, JTextArea, 三、JComboBox, JList, JScrollBar, and JSlider. 四、为不同的事件类型创建监听器 五、使用边框在外观上分类组织用户界面组件 六、使用ImageIcon类创建图像图标 七、在一个应用程序中显示多个窗口
文档格式:PPT 文档大小:535.5KB 文档页数:40
一、使用组件JMenuBar、 JMenu 、 JMenuItem、JCheckBoxMenuItem和JRadioButtonMenuItem 创建菜单。 二、使用组件JPopupMenu、JMenuItem、JCheckBoxMenuItem和JRadioButtonMenuItem创建弹出式菜单。 三、使用JToolBar类创建工具栏。 四、使用Action对象生成处理行为事件的代码 五、使用JOptionPane类创建标准对话框 六、扩展JDialog类来创建自定义对话框 七、使用JColorChooser类选择颜色。 八、使用JFileChooser类显示Open File和Save File对话框
首页上页2526272829303132下页末页
热门关键字
搜索一下,找到相关课件或文库资源 2284 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有