云大JAVA实验11Lab#11[陆歌浩].docVIP

  • 22
  • 0
  • 约2.5千字
  • 约 3页
  • 2017-05-08 发布于四川
  • 举报
云大JAVA实验11Lab#11[陆歌浩]

云南大学软件学院 实验报告 : 序号: 姓名: 成绩: 实验11 Swing User Interface Components 一、实验目的 练习Java中Swing 用户界面组件的应用。 二、实验内容 Program 1 Write a Swing application for a video store named Video.java.Place the names of 10 of your favorite movies in a drop-down list.Let the user select the movie he or she wants to rent. Charge $2 for most movies, and $2.50 for your personal favorite movie. Display the rental fee. 实验代码: import java.awt.event.*; import java.awt.*; import javax.swing.*; class VideoFrame extends JFrame { /** * */ private static final long serialVersionUID = -65148

文档评论(0)

1亿VIP精品文档

相关文档