+ 3
how to add two numbers using by clicking button ? -In Jframe
Need help... I was try to create a simple GUI application in Java and it's about simple calculator GUI application so.. I want that .. an user click on the button for calculation... without using keyboard
2 Respuestas
+ 3
diego Code thanks
+ 2
https://code.sololearn.com/c1F0Iyj7wY4Z/?ref=app
Is a simple GUI made with intelliJ with three JTextFields + one JButton
In button1.addActionListener you'll find four lines that show the product of two numbers.