圖形用戶界面設(shè)計(jì)表格組件示例

圖形用戶界面設(shè)計(jì)表格組件示例

ID:20167913

大?。?2.00 KB

頁(yè)數(shù):3頁(yè)

時(shí)間:2018-10-10

圖形用戶界面設(shè)計(jì)表格組件示例_第1頁(yè)
圖形用戶界面設(shè)計(jì)表格組件示例_第2頁(yè)
圖形用戶界面設(shè)計(jì)表格組件示例_第3頁(yè)
資源描述:

《圖形用戶界面設(shè)計(jì)表格組件示例》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。

1、程序運(yùn)行結(jié)果截圖:程序清單如下:importjavax.swing.*;importjava.awt.*;importjava.awt.event.*;publicclassExample10_16{publicstaticvoidmain(Stringarts[]){Winwin=newWin();}}classWinextendsJFrameimplementsActionListener{JTabletable;Objecta[][];Objectname[]={"商品名稱","單價(jià)","銷(xiāo)售量","銷(xiāo)售額"};JButtoncomputerRows,computerColums;J

2、TextFieldinputRowsNumber;intinitRows=1;JPanelpSouth,pNorth;intcount=0,rowsNumber=0;Win(){computerRows=newJButton("每件商品銷(xiāo)售額");computerColums=newJButton("總銷(xiāo)售額");inputRowsNumber=newJTextField(10);computerRows.addActionListener(this);computerColums.addActionListener(this);inputRowsNumber.addActionListe

3、ner(this);pSouth=newJPanel();pNorth=newJPanel();pNorth.add(newJLabel("輸入表格行數(shù),回車(chē)確認(rèn)"));pNorth.add(inputRowsNumber);pSouth.add(computerRows);pSouth.add(computerColums);add(pSouth,BorderLayout.SOUTH);add(pNorth,BorderLayout.NORTH);add(newJScrollPane(table),BorderLayout.CENTER);setBounds(100,100,370,25

4、0);setVisible(true);setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);}publicvoidactionPerformed(ActionEvente){if(e.getSource()==inputRowsNumber){count=0;initRows=Integer.parseInt(inputRowsNumber.getText());a=newObject[initRows][4];for(inti=0;i

5、Table(a,name);table.setRowHeight(20);getContentPane().removeAll();add(newJScrollPane(table),BorderLayout.CENTER);add(pSouth,BorderLayout.SOUTH);add(pNorth,BorderLayout.NORTH);validate();}elseif(e.getSource()==computerRows){introws=table.getRowCount();//獲取現(xiàn)有表格行數(shù)for(inti=0;i

6、oleanboo=true;for(intj=1;j<=2;j++){try{sum=sum*Double.parseDouble(a[i][j].toString());}catch(Exceptionee){boo=false;table.repaint();//表格更新顯示}if(boo==true){a[i][3]=""+sum;//修改數(shù)組中的數(shù)據(jù)table.repaint();}}}}elseif(e.getSource()==computerColums){if(count==0){rowsNumber=table.getRowCount();//獲取表格的目前的行數(shù)coun

7、t++;}else{rowsNumber=table.getRowCount();//獲取表格的目前的行數(shù)rowsNumber=rowsNumber-1;//不要最后一行}doubletotalSum=0;for(intj=0;j

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

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

當(dāng)前文檔最多預(yù)覽五頁(yè),下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫(huà)的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無(wú)此問(wèn)題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫(kù)負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(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)等原因無(wú)法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。