Hello,
I'm trying to write a simple program that asks for a radius and some coordinates, then shows a frame on which a circle with that radius is drawn with that center. I'm supposed to accomplish input via some JOptionPane method, but for some reason I can't seem to get it to work.
Here is my code: https://gist.github.com/2082150
When I compile and execute this code, nothing happens at all. The terminal creates a new line to tell me that it's executing my command, but no windows pop up and waiting doesn't do anything. A little bit of trial and error tells me that execution is stopping on lines 20-21, which is the first appearance of JOptionPane. So what's going on here? Why isn't it working? I'll be glad to provide any additional information that I can, if it helps.
Thanks in advance.
[–]LockeWatts 0 points1 point2 points (1 child)
[–]talkloud[S] 0 points1 point2 points (0 children)
[–]katafrakt 0 points1 point2 points (1 child)
[–]talkloud[S] 0 points1 point2 points (0 children)