For my final project in a bachelor's degree I want to develop an instant messenger with a fully customisable GUI. I hope to have an application with modular components that can be added and removed at will, and shifted around the window as desired (sort of like how you can move components within Visual Studio 2010). If anyone has any resources or helpfull research topics they can point me towards it would be a great help in getting me on my feet with this project.
Asked
Active
Viewed 625 times
0
-
Your question is unclear on one point. Are you looking for the users to be able to move components, or are you looking to do this during development? – Tinman Nov 05 '12 at 01:47
-
Ah yes sorry, I wasn't sure on how to phrase my questions. I want users to be able to move components, with dockable frames and the like. I came across one example this morning. Try running this java app and dragging the GUI around if you still don't know what I mean. http://dock.javaforge.com/screenshots.html – Joe Nov 05 '12 at 12:32
2 Answers
1
SWT (the ui toolkit used to build the Eclipse IDE) and the Eclipse Rich Client Platform have full support for dockable containers - that's the toolkit you want to use!

thedayofcondor
- 3,860
- 1
- 19
- 28
1
The Netbeans Platform is a fully fledged application framework, used as a base for the Netbeans editor.

MadProgrammer
- 343,457
- 22
- 230
- 366