資源簡介
Java 窗體抖動(基礎篇-實例285).zip
代碼片段和文件信息
import?java.awt.BorderLayout;
import?java.awt.EventQueue;
import?java.awt.Point;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.border.EmptyBorder;
import?javax.swing.JButton;
import?java.awt.event.ActionListener;
import?java.awt.event.ActionEvent;
public?class?ZoomframeContent?extends?Jframe?{
????
????private?JPanel?contentPane;
????
????/**
?????*?Launch?the?application.
?????*/
????public?static?void?main(String[]?args)?{
????????EventQueue.invokeLater(new?Runnable()?{
????????????public?void?run()?{
????????????????try?{
????????????????????ZoomframeContent?frame?=?new?ZoomframeContent();
????????????????????frame.setVisible(true);
????????????????}?catch?(Exception?e)?{
????????????????????e.printStackTrace();
????????????????}
?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2010-09-01?10:37??.classpath
?????文件?????????379??2010-09-07?14:29??.project
?????文件????11148136??2010-10-20?09:27??窗體抖動.exe
?????文件?????????635??2010-09-01?10:37??.settings\org.eclipse.jdt.core.prefs
?????文件?????????727??2013-11-21?08:41??bin\Zoomfr
?????文件?????????680??2013-11-21?08:41??bin\Zoomfr
?????文件????????1997??2013-11-21?08:41??bin\Zoomfr
?????文件????????2172??2010-09-03?13:06??src\Zoomfr
- 上一篇:Java 修改存儲過程
- 下一篇:Java 查詢編程詞典6月的銷售量
評論
共有 條評論