赞
踩
- package com.briup.day13;
-
- import java.awt.BorderLayout;
- import java.awt.FlowLayout;
- import java.awt.GridLayout;
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import javax.swing.ImageIcon;
- import javax.swing.JButton;
- import javax.swing.JComboBox;
- import javax.swing.JFrame;
- import javax.swing.JLabel;
- import javax.swing.JPanel;
- import javax.swing.Timer;
-
- public class PlayMouse implements ActionListener {
-
- private JFrame frame; // 容器窗口
- private JPanel north, center; // 两个panel容器,放置位置北边和中间
- private JComboBox<String> box; // 放置难易程度,下拉框
- private JLabel timeLabel; // 时间标签
- private JLabel timeValueLabel; // 时间值
- private JLabel gradeLabel; // 得分标签
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。