Insubstantial / insubstantial

Swing look-and-feel library and assorted widgets
195 stars 57 forks source link

Add tooltip option to Flamingo ribbon help button #67

Closed shemnon closed 12 years ago

shemnon commented 12 years ago

add a new API to JRibbon to allow the RichTooltip to be set on the help button when ti shows.

For example, from the CheckRibbon sample (gradle testRibbon or gradle testSubstanceRibbon)

this.getRibbon().setHelpRichTooltip(new RichTooltip("Don't Get Excited", "This isn't the help documentation you are looking for."));