This is fully documented code, and it's pretty well written and the comments explain why if something could have been written better, why I didn't do it. Basically, I wrote it as basic as I could using the best methods I knew how so that people can understand it if they're new.
So yeah, go ahead and give it a look if you'd like. This project was created using IntelliJ IDEA, but you can find the .java files at: Foxxy Dialogue Creator\src\ and can edit/view them with Notepad++.
If you're going to be doing any Java development though, I highly recommend you download IntelliJ or Eclipse. Both are free.
Enjoy:

Edit: Inside you will find a .bat file which is used to actually start the program in the CMD prompt. If you right-click > Edit the file, you can view it in notepad and see that it's totally harmless.
Edit2: Here is the GitHub repository for it. All future changes will only be done with the repository:

Updates:
I have now included packages, inheritance, and other good things to the source.
As for the GitHub, I have now created a devel (short for development) branch. Any work I do nightly will go there, so you can always see updated code, however, it may not be correct or finished. The master branch will have the "finished" release.






