FRESHERSHOME![]() |
This is a discussion on Claculator in Java..? within the JAVA forums, part of the Languages category; I am building the calculator using java programming. I have taken 10 button array now the problem is that when ...
| |||||||
| Notices |
| JAVA JAVA Discussion Forum, Jave Related help |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| I am building the calculator using java programming. I have taken 10 button array now the problem is that when i am clicking on the buttons the number should be appeared in the textfield but it not doing so... the follwing is my code :-- import java.awt.*; import java.awt.event.*; class MyCalci extends Frame implements ActionListener { TextField t; Button b[]=new Button[10]; Panel p; MyCalci(String s) { super(s); p=new Panel(); t=new TextField(10); setLayout(new GridLayout(3,2)); for(int i=0;i<b.length;i++) { b[i]=new Button(Integer.toString(i)); p.add(b[i]); } for(int i=0;i<b.length;i++) { b[i].addActionListener(this); } p.add(t); add(p); setSize(300,300); setLocation(120,120); setVisible(true);} public void actionPerformed(ActionEvent e) { for(int i=0;i<b.length;i++) { if(e.getSource()==b[i]){ t.setText(b[i]);} } }public static void main(String[] args) { MyCalci mc=new MyCalci("My");} } I am Sorry for the previous mistake done... Thanx, Neha.
__________________ Powered by Yahoo! Answers |
|
#2
| |||
| |||
| cant believe u actually wrote that. what does it do actually???
__________________ Powered by Yahoo! |
|
#3
| |||
| |||
| Refer to java-a complete reference by naughton & schildt Refer to Java in a nutshell by Flanagan
__________________ Powered by Yahoo! Answers |
![]() |
| Tags |
| java claculator |
| Thread Tools | |
| Display Modes | |
|
|
Sitemap
Jobs by Location: Advertising and Marketing Jobs - IT Software Jobs - Walk-in Jobs - BPO Jobs - Government Jobs - Sales / BD Jobs - Tele Communication Jobs App Programming - Network Admin
Jobs By Location: Jobs in Bangalore - Jobs In India - Jobs in Delhi - Jobs in Hyderabad - Jobs in Kochi - Jobs in Mumbai - Jobs in Trivandrum - Jobs in pune - Jobs in Jonida - Jobs in Chennai - Jobs in Coimbator
Jobs Type: Full Time Jobs - Part Time Jobs
Latest Jobs - Accounting Jobs - Engineering Jobs - IT Jobs - Walkins - How to Face Interview - HR Round Tips - Career Info - Guide For Freshers - Apply for Jobs - Future Studies - Jobs Forums - Freshers IT Software Salary Details