I am attempting to convert a Java application to an Applet. I have dialog boxes (via JOptionPane.showInputDialog) that get input from the user. The dialog boxes look fine in the Java app, but in the Applet they get cut off (i.e. the OK and CANCEL buttons are partly chopped and also some of my prompting text is cut off).
Is there a way to change the size of the dialog or another why to get user input? My goal is to get numbers from a user in a sentinel controlled loop and then return the sum.
Thanks,
Betty :
(new to Java)
Is there a way to change the size of the dialog or another why to get user input? My goal is to get numbers from a user in a sentinel controlled loop and then return the sum.
Thanks,
Betty :
(new to Java)