nwpulq

2009年4月17日

FileOutput类---载自《java软件开发》Russel Winder & Graham Roberts

摘要: import java.io.*;/** * A simple output class to write values to a file of characters. * If any file errors occur, methods in this class will display * an error message and terminate the program. * * ... 阅读全文

posted @ 2009-04-17 14:25 李奇 阅读(301) 评论(0) 推荐(0) 编辑

DrawFrame类---摘自《Java软件开发》Russel Winder & Graham Roberts

摘要: import java.awt.*;import java.awt.event.*;import javax.swing.*;/** * This class provides a basic window, with a quit button, that can * be used to create simple GUIs. * * @version 1.1 2000.01.07 * @a... 阅读全文

posted @ 2009-04-17 14:14 李奇 阅读(453) 评论(0) 推荐(0) 编辑

导航