Guest User

Untitled

a guest
Nov 23rd, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. button.addActionListener(new ActionListener(){
  2. public void actionPerformed(ActionEvent e){
  3.  
  4. String a=tf.getText();
  5. String b=f.getText();
  6. String c=t.getText();
  7.  
  8. double d=Double.parseDouble(a);
  9. double w=Double.parseDouble(b);
  10. double g=Double.parseDouble(c);
  11.  
  12.  
  13. }
  14. }
Add Comment
Please, Sign In to add comment