I'm doing a homework assignment (not due until the 26th) and I've run into a problem with the display. The homework is to code an
applet that uses the JOptionPane object showing the user some messages and allowing text input. There is also a number guessing game involved (the project reqs,
http://www.isy.vcu.edu/~jmay/hw2). I know how to do everything this project asks, I'm just having an issue with the display.
Just to let you all know, I really only have to use the JOptionPane object to do all of the given tasks, but our professor said if we do extra stuff with the homework we'll get really high grades (i.e., 110 out of 100). So I wanted to create a nice looking swing application containing objects for each aspect of the project (a label for the current amount of money in your account, a label showing the option screens as you encounter them, etc). The problem is I'm not able to view the JPanel code when I view it on my webspace. If I run my program in JBuilder, everything runs and shows up fine. When I run it in IE from my webspace, the login part runs fine but when it should show the panel, submit button, and such it doesn't. Can anyone please look over this and tell me why this happens?
Here is my applet in current form:
http://www.isy.vcu.edu/~cstewart/Hw2Casino.html - btw, the password is casino.
Here is the code:
[ February 15, 2003: Message edited by: Chris Stewart ]
[ February 15, 2003: Message edited by: Chris Stewart ]