Images in TabbedPane
"Paul Johnson" <[email protected]> Fri, 10 Sep 2004 13:20:14 -0500
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
Hello again,
I an trying to add images to a tabbedpane.
This is what I have so far. The images are being shown on my buttons, and
they are in the classpath.
Am I doing something wrong? Also, can you specify the Titles as the panel
gets added?
Thanks in advance,
Paul
<tabbedpane id="tp_left" Titles="Tabs,Favorites,Search"
Icons="chords.png,fav.png,find.png" ToolTipTexts="Guitar
Tabs,Favorites,Search">
<panel layout="borderlayout"
constraints="BorderLayout.CENTER">
<scrollpane>
<tree name="tree"/>
</scrollpane>
</panel>
<panel layout="borderlayout"
constraints="BorderLayout.CENTER">
<scrollpane>
<tree name="tree" />
</scrollpane>
</panel>
<panel layout="borderlayout"
constraints="BorderLayout.CENTER">
<scrollpane>
<tree name="tree" />
</scrollpane>
</panel>
</tabbedpane>