Currently I am using a Tree as a menu.
But is there a way to implement a beautiful Menu in SWT? (see picture)

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CollapsibleButtonslooks like good fit but it won’t give you exact look and feel. I did implement custom menu structure with tree before. Here is the approach, you can actually customizeTreeitemto look like what you want. Go through below article, you can figure out how to custom paint or adjust bounds ofTreeItemshttp://www.eclipse.org/articles/article.php?file=Article-CustomDrawingTableAndTreeItems/index.html