obfuscator icon indicating copy to clipboard operation
obfuscator copied to clipboard

Improve File picker

Open skidunion opened this issue 5 years ago • 2 comments

  1. Ability to select multiple files
  2. Remember last folder opened
  3. Default to obfuscator working directory instead of JRE location

skidunion avatar Feb 22 '20 11:02 skidunion

I fixed the working directory in a recent commit, it will feature in the next release. Other ideas are good, will see about them. I think number 1 might be a limitation of Swings file picker though.

x4e avatar Feb 22 '20 11:02 x4e

As to 1 you might want to look at JFileChooser#setMultiSelectionEnabled

weisJ avatar Jun 01 '20 21:06 weisJ