java - add two textbox values and display the sum in a label automatically

java - add two textbox values and display the sum in a label automatically



sample picture



label = price * qty



I want to display price and qty multiplication in label automatically without any button click.



After enter price value and qty value to textboxes



I use netbeans and java langauge only. how to do it?




2 Answers
2



If you're using netbeanse IDE which provides user interface for using java Frames. You can easily right click on the second textfield go to the events and add a keyreleased event listerner. This will automatically direct your towards the generated method where you can write something like this


int value = Integer.parseInt(Textfield1.gettext())*Integer.parseInt(Textfield2.gettext());
Label.settext(String.valueof(value));



What it will do that if both text fields are non empty then it will set the result on the lable after releasing the key on textfield2, else it'll throw an exception.





it is easy way thanks.
– rookie
Sep 3 at 11:01


private void Met(JTextField x)
x.addKeyListener(new KeyAdapter()
@Override
public void keyTyped(KeyEve`enter code here`nt e)
double result;
result =price * qty;
txtResult.setText(result+"");

);



first you need this method in the code, then in the constructor of your JFrame call this method and put your txtqty as argument, after that when you write something in the qty txt will do your operation, of course you need to put the value of the price and qty taking the values of the boxes and you will need to protect for the exceptions that can be appear





You need this on both text fields so result will change every time you type number in any of them.
– bakero98
Sep 1 at 6:11





yep that's right just be care full if one of the boxes is empty because it will have an exception so just protect with an if or catching the exception, or throwing, as you wish
– Luis Fernando Flores
Sep 1 at 6:21



Thanks for contributing an answer to Stack Overflow!



But avoid



To learn more, see our tips on writing great answers.



Some of your past answers have not been well-received, and you're in danger of being blocked from answering.



Please pay close attention to the following guidance:



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)