Adding a JTabbedpane Tab Icon

I have a JTabbedPane in my form. The problem is that I want to display the icons in the tabs of my TabbedPane.

How can i do this?

+6
source share
2 answers

First read the java manuals, they are really informative: http://docs.oracle.com/javase/tutorial/uiswing/components/tabbedpane.html

+3
source

Source: https://habr.com/ru/post/919841/


All Articles