• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tooltip problems - no ComponentUI class

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Has anyone encountered (& solved!) the following error:
UIDefaults.getUI() failed: no ComponentUI class for: javax.swing.JToolTip[,0,0,0
x0,invalid,alignmentX=null,alignmentY=null,border=,flags=8,maximumSize=,minimumS
ize=,preferredSize=,tipText=]
I am trying to display a tooltip on a JButton which is on a JPanel (which is placed on another JPanel in an JApplet.
I can run the JavaSoft ButtonDemo.java in the same directory as my app and the tooltips display fine!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic