Click here to Skip to main content
15,892,746 members
Home / Discussions / Java
   

Java

 
GeneralRe: Sorted Linked List Pin
Babylon Lion26-Nov-10 16:54
Babylon Lion26-Nov-10 16:54 
GeneralRe: Sorted Linked List Pin
Luc Pattyn26-Nov-10 17:18
sitebuilderLuc Pattyn26-Nov-10 17:18 
QuestionCould not create system bitmap Pin
evan earnest25-Nov-10 2:09
evan earnest25-Nov-10 2:09 
AnswerRe: Could not create system bitmap Pin
TorstenH.25-Nov-10 2:58
TorstenH.25-Nov-10 2:58 
GeneralRe: Could not create system bitmap Pin
evan earnest25-Nov-10 18:53
evan earnest25-Nov-10 18:53 
QuestionHow do you build your GUIs? Pin
TorstenH.23-Nov-10 21:36
TorstenH.23-Nov-10 21:36 
AnswerRe: How do you build your GUIs? Pin
David Skelly23-Nov-10 22:13
David Skelly23-Nov-10 22:13 
AnswerRe: How do you build your GUIs? Pin
Cedric Moonen23-Nov-10 23:00
Cedric Moonen23-Nov-10 23:00 
It looks like you are using SWT. You might also have a loko at JFace, it is an excellent library on top of SWT providing classes for dialogs, viewers (an easier way to populate widgets like trees, tables, ...), ...
Most of the time, I design the UI through code (I use layout managers a lot, which helps building a nice UI). I also used Jigloo, which is a tool to design dialogs in SWT.

On the other hand, I use the RCP framework from Eclipse a lot. If you have to design an application which has to have support for views and documents (like Eclipse for instance), I strongly suggest you take a look at RCP. If you are interested, you should learn it from a book, because it is a rather complex framework but very powerful if you need to do this kind of development.
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

GeneralRe: How do you build your GUIs? Pin
TorstenH.23-Nov-10 23:12
TorstenH.23-Nov-10 23:12 
GeneralRe: How do you build your GUIs? Pin
Cedric Moonen23-Nov-10 23:22
Cedric Moonen23-Nov-10 23:22 
GeneralRe: How do you build your GUIs? Pin
TorstenH.23-Nov-10 23:27
TorstenH.23-Nov-10 23:27 
AnswerRe: How do you build your GUIs? Pin
Nagy Vilmos24-Nov-10 3:18
professionalNagy Vilmos24-Nov-10 3:18 
AnswerRe: How do you build your GUIs? Pin
LloydA11125-Nov-10 7:50
LloydA11125-Nov-10 7:50 
AnswerRe: How do you build your GUIs? Pin
Alok Sharma ji30-Nov-10 19:47
Alok Sharma ji30-Nov-10 19:47 
GeneralRe: How do you build your GUIs? Pin
TorstenH.1-Dec-10 23:24
TorstenH.1-Dec-10 23:24 
QuestionSocket programming Pin
vidhyaej23-Nov-10 19:52
vidhyaej23-Nov-10 19:52 
AnswerRe: Socket programming Pin
TorstenH.23-Nov-10 21:41
TorstenH.23-Nov-10 21:41 
GeneralRe: Socket programming Pin
vidhyaej23-Nov-10 22:01
vidhyaej23-Nov-10 22:01 
GeneralRe: Socket programming Pin
TorstenH.23-Nov-10 22:12
TorstenH.23-Nov-10 22:12 
GeneralRe: Socket programming Pin
vidhyaej24-Nov-10 0:08
vidhyaej24-Nov-10 0:08 
AnswerRe: Socket programming Pin
Richard MacCutchan23-Nov-10 21:46
mveRichard MacCutchan23-Nov-10 21:46 
AnswerRe: Socket programming Pin
cailtin_236-Dec-10 10:40
cailtin_236-Dec-10 10:40 
Questionshock wave Pin
nachiket dave22-Nov-10 19:35
nachiket dave22-Nov-10 19:35 
AnswerMessage Removed Pin
22-Nov-10 21:18
TorstenH.22-Nov-10 21:18 
GeneralRe: shock wave Pin
nachiket dave22-Nov-10 22:27
nachiket dave22-Nov-10 22:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.