uml与面向对象系统分析与设计与java10.pptVIP

  • 0
  • 0
  • 约1.99万字
  • 约 88页
  • 2016-04-08 发布于江西
  • 举报

uml与面向对象系统分析与设计与java10.ppt

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

文档评论(0)

1亿VIP精品文档

相关文档