ppt课件-javaswing-virginiatech.pptVIP

  • 4
  • 0
  • 约3.88千字
  • 约 21页
  • 2017-01-10 发布于湖南
  • 举报
ppt课件-javaswing-virginiatech

Java Swing Chris North cs3724: HCI AWT to Swing AWT: Abstract Windowing Toolkit import java.awt.* Swing: new with Java2 import javax.swing.* Extends AWT Tons o’ new improved components Standard dialog boxes, tooltips, … Look-and-feel, skins Event listeners API: /j2se/1.3/docs/api/index.html Swing Set Demo GUI Component API Java: GUI component = class Properties Methods Events Using a GUI Component Create it Instantiate object: b = new JButton(“press me”); Configure it Properties: b.text = “press me”; [avoided in java] Methods: b.setText(“press me”); Add it pane

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档