Alright, but maybe take a look into something like Zenity. The task done by your tool doesn't really justify installing a huge JRE, when a simple bash script would suffice.
I use gnu stow (with --no-folding) and track my stow directory in a Git repo. This allows you to easily swap out distro specific differences, like the location of git_prompt.sh or aliases that map to different package managers. Also, you can switch between different window managers or desktop environments with a simple unstow and stow of .xinitrc files.
Alright, but maybe take a look into something like Zenity. The task done by your tool doesn't really justify installing a huge JRE, when a simple bash script would suffice.