I'm having trouble centering and right aligning table headers in scala swing.
I can align text for the other data rows (by overriding the rendererComponent
method in scala.swing.Table
class).
The suggested way in java swing is to set a custom cellrenderer (e.g. Align the values of the cells in JTable?) to align cells, however this does not work in scala swing table...
Any help is appreciated
thanks