摘要: //In the last version I have finish the function to write a line ... //This version 0.2 will add more fun things... import java.awt.*; import javax.swing.*; import java.awt.event.*; public class DrawPad extends Frame { IDrawPad idp; JButton b1; JButton b2; JPanel jpl; public void init() { ... 阅读全文
posted @ 2012-07-05 04:12 胡.杰 阅读(268) 评论(0) 推荐(0)