Java模擬Windows開始菜單

Java模擬Windows開始菜單

ID:38265033

大?。?06.54 KB

頁數(shù):6頁

時(shí)間:2019-06-07

Java模擬Windows開始菜單_第1頁
Java模擬Windows開始菜單_第2頁
Java模擬Windows開始菜單_第3頁
Java模擬Windows開始菜單_第4頁
Java模擬Windows開始菜單_第5頁
資源描述:

《Java模擬Windows開始菜單》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在教育資源-天天文庫。

1、packagewindowcomponents;importjava.awt.BorderLayout;importjava.awt.Color;importjava.awt.Font;importjava.awt.FontMetrics;importjava.awt.GradientPaint;importjava.awt.Graphics;importjava.awt.Graphics2D;importjava.awt.Image;importjava.awt.Insets;importjava.awt.event.ActionEvent;impor

2、tjava.awt.event.ActionListener;importjava.awt.geom.AffineTransform;importjava.awt.image.BufferedImage;importjavax.swing.ImageIcon;importjavax.swing.JButton;importjavax.swing.JFrame;importjavax.swing.JMenuItem;importjavax.swing.JPanel;importjavax.swing.JPopupMenu;publicclassWindow

3、sStartMenuSimulation{/***@paramargs*/publicstaticvoidmain(String[]args){//TODOAuto-generatedmethodstubDemoWindow15dw=newDemoWindow15("模擬Windows開始菜單");dw.setBounds(dw.getToolkit().getScreenSize().width/3,dw.getToolkit().getScreenSize().height/3,dw.getToolkit().getScreenSize().widt

4、h/3,dw.getToolkit().getScreenSize().height/3);dw.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);dw.setVisible(true);}}classDemoWindow15extendsJFrameimplementsActionListener{//菜單項(xiàng)圖片ImageupdateImage=newImageIcon("images/update.gif").getImage();ImageprogramImage=newImageIcon("images

5、/program.gif").getImage();ImagedocumentImage=newImageIcon("images/document.gif").getImage();ImagesetImage=newImageIcon("images/set.gif").getImage();ImagefindImage=newImageIcon("images/find.gif").getImage();ImagehelpImage=newImageIcon("images/help.gif").getImage();ImagerunImage=ne

6、wImageIcon("images/run.gif").getImage();ImagelogoutImage=newImageIcon("images/logout.gif").getImage();ImageshutdownImage=newImageIcon("images/shutdown.gif").getImage();//按鈕圖片ImageIconwindowsImage=newImageIcon("images/windows.gif");//“開始”按鈕JButtonjb=newJButton("開始",windowsImage);S

7、tartMenusm=newStartMenu();//布局面板JPaneljp1=newJPanel();JPaneljp2=newJPanel();ImageMenu1im=null;publicDemoWindow15(Stringtitle){super(title);jb.setFont(newFont("宋體",Font.BOLD,18));jp2.setLayout(newBorderLayout());jp2.add(jb,BorderLayout.WEST);add(jp1,BorderLayout.CENTER);add(jp2,Bo

8、rderLayout.SOUTH);im=newImageMenu1("Wind

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。