JDK-6354793 : GTK LAF: Painting bugs in table header
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2005-11-23
  • Updated: 2011-04-28
Related Reports
Relates :  
Description
TableHeaders are painted several pixels left to the column they're above.
Also, table headers are rendered using a style similar to JButtons; we need
to pass the TABLE widget type down to native GTK so that it paints the table
header like native (see 6417110).