I have JTabbedPane with five tabs and each have Jpanel i want add different images for each panel in NetBeans IDE
I have JTabbedPane with five tabs and each have Jpanel i want add different images for each panel in NetBeans IDE
May be you'll find this link useful.
This tutorial shows you how to use the IDE's GUI Builder to generate the code to include images (and other resources) in your application. In addition, you will learn how to customize the way the IDE generates image handling code.
Handling Images in a Java GUI Application
Basically, following are the steps.