package com.zhcpt.day02.game;
import javax.swing.JFrame;
public class SnowFrame {
public SnowFrame() {
JFrame frame = new JFrame("雪花飞舞");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.setResizable(false);
frame.setBounds(600, 380, 800, 680);
SnowPanel panel = new SnowPanel();
frame.add(panel);
frame.addKeyListener(panel);
frame.setVisible(true);
panel.action();
}
public static void main(String[] args) {
new SnowFrame();
}
}
最近下载更多
Cold_sangs LV3
2022年6月6日
543666826 LV34
2022年3月12日
qsyqa0 LV6
2021年9月4日
1234567zz LV7
2020年8月13日
new_docker LV15
2020年7月27日
最代码官方 LV168
2020年7月19日
最近浏览更多
刘孟飞 LV22
1月15日
Aliiiiiiiiii23 LV2
2024年7月25日
11111444
2022年12月3日
暂无贡献等级
微信网友_6191697646571520 LV6
2022年11月23日
微信网友_6122422462320640
2022年9月7日
暂无贡献等级
sqee121 LV1
2022年9月4日
lcy111 LV5
2022年9月1日
Cold_sangs LV3
2022年6月6日
liys1234 LV9
2022年4月22日
3188681084 LV1
2022年3月24日

