首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 计算器

计算器

  • 资源大小:9.19 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 界面开发 java 计算器

资 源 简 介

// calc-ui-model/Calc.java -- Fred Swartz//     Level     : Intermediate.//     Structure : Three files: main, GUI (subclass of JFrame), logic.//     Components: JButton, JTextField (right justified).//     Containers: JFrame, several JPanels.//     Layouts   : BorderLayout to put the other panels together.//                 Two GridLayout panels for the buttons.//     Listeners : One ActionListener which is shared by all//                 numeric key buttons.  Similarly share//                 an ActionListener for all operator buttons.//

文 件 列 表

calcutator
Calc$ClearListener.class
Calc$NumListener.class
Calc$OpListener.class
Calc.class
Calc.java
CalcLogic.class
CalcLogic.java

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.167046s