Hai all!
Could any one help in drawing the Jtable in Mongolian orientations.
i.e.,
Rows should be trated as column and columns should be treated as rows.
How to achive it.Is there any option doing so.
I was not able to achive it using ComponentOrientation.
Name Name1 Name2
Test Test1 Test2
Test3 Test4 Test5
It should be displayed as
Name Test Test3
Name1 Test1 Test4
Name2 Test2 Test5