I have been writing a Gui in JBuilder 3 which has 3 textFields for data input. I then want the Gui to perform a calculation and print the inputed data along with the calculation into a textArea, but when I click on my "compute" button nothing happens. Does anyone have any idea why this might be?

Have you addActionListener to the button. Is it something wrong with the button or the textarea ???

posting the code would be most helpful

Thanks for your suggestion. I eventually figured out that I was missing a rather crucial bracket!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.