You can try playing with the UIManager. Add the following at the start of your program before you start creating component:
UIManager.put("TabbedPane.tabInsets", new Insets(0, 0, 0, 0));
Of course not all LAF's may support this option. See UIManager Defaults for more information.