How can I use a component as a tab text/icon on a JTabbedPane?
Created May 8, 2012
John Zukowski Prior to Java 6, you couldn't. With Java 6, there is a new setTabComponentAt() method of JTabbedPane.
Created May 8, 2012