Tab names have one-pixel overlap on tab
Status: Alpha
Brought to you by:
precipice
Tabs made with the TabIcon class will sometimes overwrite the top or bottom of their tabs with the wrong color. I think this has to do with the FontRenderContext being created within the TabIcon class. This could probably be fixed by passing the FontRenderContext from the component that creates the TabIcon into the TabIcon constructor, and getting a more accurate size for the icon that way.
See Java bug parade: <a href="http://developer.java.sun.com/developer/bugParade/bugs/4262437.html">http://developer.java.sun.com/developer/bugParade/bugs/4262437.html</a>.