JPanel titled border with tooltip text for the title
JPanel titled border with tooltip text for the title
I am using setBorder(BorderFactory.createTitledBorder(title)) in my JPanel
in order to group its content in a rectangle with a title above it. How
can I set a tooltip text for the title?
No comments:
Post a Comment