tterrag1098 / BON2

A rewrite for Immibis's bearded-octo-nemesis for ForgeGradle
GNU Lesser General Public License v3.0
182 stars 50 forks source link

Save selected forge version between runs. Fix some warnings #13

Closed tterrag1098 closed 9 years ago

tterrag1098 commented 9 years ago

I found it bothersome to have to pick the forge version from the ~30 I have in my dropdown every time I start it up, so it will now make a .BON2 file in the user home (which can be used for future data) and a forge_version.txt file in which it saves the last selected version.

tterrag1098 commented 9 years ago

I also hate warnings so I fixed some rawtypes here and there ;)

tterrag1098 commented 9 years ago

Whoops, forgot to switch to spaces for indents, fixed :)

Parker8283 commented 9 years ago

Went with a slightly different approach on saving the last used Forge Ver. Also, don't care too much about the warnings because Swing is going away in 2.3. I'll make sure to use generics when I switch to JavaFX though :P