![]() |
GUI - How to do this list(?) ?
EDIT: Found what I was looking for, it's called JTree. This thread can be locked :)
Sorry for the bad title, I really can't think of a good name for the thing that I want to do. I basically have a program where I want some extra information on the right side of the gui. How the default look is supposed to be http://i.imgur.com/DFDfS.png When the user clicks on one of those I want it to look like this. http://i.imgur.com/d3fJl.pngl I have a hard thinking of how I can achieve this result. Maybe some alternated list or maybe using a card layout for that panel? I would really appreciate it if someone could give me a helping or or push me in the right direction. Cheers. |
Glad you found what you are needing to do.
Java's JTree defaults won't match what you are looking to do visually. Using custom renderer's may help on that one, but after a quick test I can't get the little rotation icon to go away (or + sign, or whichever depending on your theme). So it looks like you may need to hit the actual paint of the TreeCellRenderer object in order to get around that and match what you are doing here. |
| All times are GMT +1. The time now is 01:23 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.