I have written a small applet that runs a particular algorithm to help me and a team of other students with some research we are working on. I would like to be able to use a file of the user's ...
I have a java swing GUI which uses jdbc to connect to my MySQL server and do some score updates etc for a game I made. <BR><BR>I converted the swing GUI into an applet and am running into security ...