-
Special Sections
Hi to all,
I read and searched in the java tutorials, but I couldn't find a way to implement the next interface:
-----------------
> Section
-----------------
When clicks over the section, it opens and shows its contents (components):
-----------------
V Section
(showing content
of this section)
-----------------
What is the correct JComponent implement this?
Thanks!
-
I'm trying to visualize precisely what you're trying to do but am confused. I assume that you don't mean a JComboBox, but rather that the content below the JButton swaps JPanels (?). Please clarify. Also, can you direct us to common apps that most of us use that has the exact functionality that you're looking for? This may be something that you will need to code yourself.
Good luck!
-
You can see an example on the next link, in the table "Disciplines". If you click over an entry, you will see some hidden contents of it.
ProjectIT-Enterprise at ISG - OpenUP
Thanks for you help!
-
-