图形用户界面设计表格组件示例

图形用户界面设计表格组件示例

ID:20167913

大小:52.00 KB

页数:3页

时间:2018-10-10

图形用户界面设计表格组件示例_第1页
图形用户界面设计表格组件示例_第2页
图形用户界面设计表格组件示例_第3页
资源描述:

《图形用户界面设计表格组件示例》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、程序运行结果截图:程序清单如下:importjavax.swing.*;importjava.awt.*;importjava.awt.event.*;publicclassExample10_16{publicstaticvoidmain(Stringarts[]){Winwin=newWin();}}classWinextendsJFrameimplementsActionListener{JTabletable;Objecta[][];Objectname[]={"商品名称","单价","销售量","销售额"};JButtoncomputerRows,computerColums;J

2、TextFieldinputRowsNumber;intinitRows=1;JPanelpSouth,pNorth;intcount=0,rowsNumber=0;Win(){computerRows=newJButton("每件商品销售额");computerColums=newJButton("总销售额");inputRowsNumber=newJTextField(10);computerRows.addActionListener(this);computerColums.addActionListener(this);inputRowsNumber.addActionListe

3、ner(this);pSouth=newJPanel();pNorth=newJPanel();pNorth.add(newJLabel("输入表格行数,回车确认"));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();//获取现有表格行数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;//修改数组中的数据table.repaint();}}}}elseif(e.getSource()==computerColums){if(count==0){rowsNumber=table.getRowCount();//获取表格的目前的行数coun

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

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。