I was looking for answer for a while and i simply cannot find it. Any knows how can i remove the gap that is in the end of line of tabs in JTabbedPane?
When I add many different tabs so there are like 3 lines and every got such gap in the end as it would not fit the container the JTabbedPane is in.
I use a lil bit changed BasicJTabbedPaneUI but without my own UI problem still remains.
Wonder if i have to rewrite paintTabArea method or there is some other way to do it.
Thanks in advance !