Add a tooltip to each label and image with the description of the pack or mod. #44
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This should close #36. For some reason the tooltips only show up if you are not on the first tab of the JTabbedPane. I hope someone knows why that happens so that can be resolved. But if we don't know then this at least ads the descriptions to the other tabs so I think it is still valuable to merge.
I also tried for a bit to add the descriptions in each DataPanel but there was not really enough space for that. It would require the gui to be much bigger.
Another option I thought about is to have a big label or text area above the install button and just put the description of the hovered name or image in that box. But this solution is much simpler.