Hey guys, Need some help with GUI, still learning how it all works. I needed to make a program that uses a JFrame to get inputs then display the results in a Applet. It needs to draw out shapes based on the input.
Thanks for any help.
Hey guys, Need some help with GUI, still learning how it all works. I needed to make a program that uses a JFrame to get inputs then display the results in a Applet. It needs to draw out shapes based on the input.
Thanks for any help.
An important thing to keep in mind is that you need make a frame, and then attach panels onto the frame.
Within the panel, is where you do your stuff.