GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

Add support for file drag and drops #57

Closed x4e closed 3 years ago

x4e commented 3 years ago

Allows dragging and dropping jars onto the GUI to import classes

GraxCode commented 3 years ago

Doesn't threadtear already support file drag and drop?

x4e commented 3 years ago

It didn't when I wrote the PR. At least by that I mean dragging a jar onto the main window did not result in any action. And there are no instances of DropTarget in the code. So I don't think it does?

x4e commented 3 years ago

Accidentally closed

GraxCode commented 3 years ago

What OS are you on? It works for me on Windows 10 and Manjaro Linux.

x4e commented 3 years ago

Apologies, it seems it does work. Not sure what went wrong last time I tried.