|
apps to applets eh? well you are talking 2 different things here.... first off, if it does ANY file I/O... forget it, it cant be made into an applet..... applets cant do file i/o. other than that, your main class has to extend JFrame and you have to change your window or whatever into a JFrame.... shouldent really be too hard...... actually.... you dont really even need to make it into a JFrame now that i think about it, you would just have to make a class that launches your applet and make IT a JFrame..... i think... sorry tho, cant help you out with any sites
|