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>




Reply via email to