Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Calculator
no vote
// 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. //
kingsco45
2016-08-23
0
1
No more~