Hi Dear

basically JTextField is an swing component .
You need to do as given

e.g              
               JTextField txt1 = new JTextField();

               txt1.setText("25");

               String txtstr = txt1.getText();
               int txtint = Integer.parseInt(txtstr);


     now you can perform any arithmetic operation with txtint .

with best wishes....

Tariq Masood



> Date: Thu, 20 Aug 2009 12:16:06 -0700
> Subject: [java ee programming] text feild
> From: deepuktv...@gmail.com
> To: java-ee-j2ee-programming-with-passion@googlegroups.com
> 
> 
> how to set text field as integer in java using netbean
> 
> > 

_________________________________________________________________
Get back to school stuff for them and cashback for you.
http://www.bing.com/cashback?form=MSHYCB&publ=WLHMTAG&crea=TEXT_MSHYCB_BackToSchool_Cashback_BTSCashback_1x1
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to