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

Drag and drop support #46

Closed VinTarZ closed 5 years ago

VinTarZ commented 5 years ago

Would be nice to have drag&drop support for input and output jar fields

tterrag1098 commented 5 years ago

I don't see much need to allow dropping the output file. I think the entire window should just drop to the input file. Also the -deobf adding should happen automatically, don't dupe the code.

Otherwise this looks good.

VinTarZ commented 5 years ago

Dropping output file should be possible for overwriting existing file. For example i want to update mod in my dev environment, so i drag updated version from downloads and drag target mod from dev env, press 1 button and it's done. Also, when i am setting path using setText(), "-deobf" is not being added automatically.