Recaf
Recaf copied to clipboard
Add hover/tooltip on access icons to explain what they are
When class/field/member modifier groups are displayed, its a stack of colored shapes.
It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each group.
See AccessFlags for the list of all flags.
It would be useful to start by looking here: UiUtil
- public static Node createClassGraphic(int access)
- public static Node createFieldGraphic(int access)
- public static Node createMethodGraphic(int access)