I've been programmed with Notepad++ using the command prompt to compile. I have a folder called Data that holds all my images. A bat file that I use to compile sign ect. I can run the app and it runs great. It is an Applet. 'extends Applet'
How do I open Netbeans and create a new project and import this to Netbeans. I can't even get the Helloworld examples used to set up NetBeans or Eclipse or any other JavaIDE available for windows.
Environment variables set and I know they are set up correctly because I already compile with the command prompt and I needed to set them to get them to work.
Basically I have installed netbeans went to create project and that was as far as 'working' as I could get. Beyond that nothing works. Compiles fine with no errors, but as for running the program. Something isn't being set up correctly.