Hello,
I am working on GUI in NetBeans 6.0.1.
Into JTabbedPane I put a few JPanels.
In properties of JPanels I set Tab Icon to
some png image. In GUI designer, icons are
visible. But when I run my application, I can
not see icons (tried in a few look & feels).
The code generated by designer is:
jTabbedPane1.addTab(resourceMap.getString("jPanel2.TabConstraints.tabTitle")
, jPanel2); // NOI18N
It seems that it does not include icon, but I set
icon in designer.
What do I do wrong?
Thanks in advance for help.
haxahax