-
大小: 7.91M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2023-06-24
- 語言: Java
- 標(biāo)簽:
資源簡(jiǎn)介
Java 焦點(diǎn)按鈕的縮放(基礎(chǔ)篇-實(shí)例402).zip
代碼片段和文件信息
import?java.awt.BorderLayout;
import?java.awt.Component;
import?java.awt.EventQueue;
import?java.awt.Rectangle;
import?java.awt.event.FocusAdapter;
import?java.awt.event.FocusEvent;
import?javax.swing.JComponent;
import?javax.swing.Jframe;
import?javax.swing.JPanel;
import?javax.swing.border.EmptyBorder;
import?javax.swing.JLabel;
import?javax.swing.SwingConstants;
import?javax.swing.JTextField;
import?javax.swing.JPasswordField;
import?javax.swing.JButton;
import?java.awt.Font;
import?java.awt.event.WindowAdapter;
import?java.awt.event.WindowEvent;
import?javax.swing.UIManager;
public?class?ZoomControl?extends?Jframe?{
????
????private?JPanel?contentPane;
????private?JTextField?textField;
????private?JPasswordField?passwordField;
????private?JPasswordField?pass
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????301??2010-08-27?14:26??.classpath
?????文件?????????379??2010-09-07?15:36??.project
?????文件?????8763153??2010-10-19?13:23??焦點(diǎn)按鈕的縮放.exe
?????文件?????????635??2010-08-27?14:26??.settings\org.eclipse.jdt.core.prefs
?????文件?????????702??2013-11-21?08:41??bin\ZoomControl$1.class
?????文件????????1214??2013-11-21?08:41??bin\ZoomControl$2.class
?????文件????????3342??2013-11-21?08:41??bin\ZoomControl.class
?????文件????????4874??2010-08-28?08:52??src\ZoomControl.java
評(píng)論
共有 條評(píng)論