- 0
- 0
- 约1.99万字
- 约 88页
- 2016-04-08 发布于江西
- 举报
uml与面向对象系统分析与设计与java10.ppt
public class FlowWindow extends Frame { public FlowWindow() { setLayout( new FlowLayout() ); setFont(new Font(Helvetica, Font.PLAIN, 14)); add(new Button(Button 1)); add(new Button(2)); add(new Button(Button 3)); add(new Button(Long-Named Button 4)); add(new Button(Button 5)); } public boolean handleEvent(Event e) { if (e.id == Event.WINDOW_DESTROY) { System.exit(0); } return super.handleEvent(e); } public static void main(String args[]) { FlowWindow window = n
您可能关注的文档
- Leadership Theories - Blake, X, Y.ppt
- lec 1 american.ppt
- Lecture 01 Business Letter Writing.ppt
- Lecture 1 Course Introduction.ppt
- Lecture 11 Macroeconomic Policy in Demand Management(宏观经济学(南开大学,龚刚).ppt
- Lecture 5 Job Application Letter & Resume.ppt
- lecture 7-Sound cinema-乐音剧.犯罪电影.ppt
- Lecture1 Verilog HDL简介 - v2.0.ppt
- Lect_Ch10.ppt
- lesson 2 Thirteen equals one.ppt
原创力文档

文档评论(0)