- 21
- 0
- 约 3页
- 2017-05-28 发布于河南
- 举报
云大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 = -65148728292
您可能关注的文档
- DSP实验答案Solution_lab7.pdf
- STM32 低功耗模式.pdf
- vhdl基本语法.pdf
- 图解如何申请App Store退款.doc
- 保养急救油妹妹面子问题stop.pdf
- 天津市南开区2013-2014学年高一英语上学期期末考试.doc
- 高中英语总复习湖北题型.doc
- 质量管理 Quallity Management_ Fundamentals of Statistical Studies.ppt
- Binyan Yao——Compact UWB Bandpass Filter With Improved Upper-Stopband Performance.pdf
- Developing user interfaces for wearable computers Don’t stop to point and click.pdf
原创力文档

文档评论(0)