I am learning to do some GUI with the Java Tutorials (the Learning Swing with the NetBeans IDE lesson) and I already did the project they teach, everything OK so far.
But, here comes the question, how can I make a program that first presents, in a JFrame
or a JPanel
, a message like Hello User
and a button with Enter
, so that when you click the button you come in a new frame or panel, where you have the a converter for Celsius to Fahrenheit, like the example in the page I gave?
In case you need the information, I am using Netbeans IDE 8.1