import java.io.*; import java.lang.*; import javax.swing.*; import javax.swing.event.*; import java.awt.*; import java.awt.event.*; import calculate.calc; public class cal implements ActionListener { JFrame jf; JToolBar jtb; JButton jbadd,jbsub,jbmul,jbdiv,jbclear,jbequal; JTextField jtf; calc ca2=new calc(); int val; int flag=0; cal() { frame(); toolbar(); textfield(); button(); jf.setVisible(true); } void frame() { jf=new JFrame("calculator"); jf.setSize(500,500); jf.setDefaultCloseOperation(jf.EXIT_ON_CLOSE); } void toolbar() { jtb=new JToolBar(); jf.add(jtb,BorderLayout.NORTH); } void textfield() { jtf=new JTextField(); jtb.add(jtf); jtf.addMouseListener(new MouseAdapter(){ public void mouseClicked(MouseEvent e){ jtf.setText(""); } ...
this is a net web blog journal diary that is formed and made by a Indian student for faculty,college kids,children and youngsters as a gift for you to hold and carry everywhere and everyplace around the globe.This journal is completely and totally free from price to use and is extremely easy to use and very easy to understand.