[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Re: eclipse views and java.swing

Hi Mikael,

if you want to create Eclipse views, I recommend you to use SWT/JFACE. Why?

- Eclipse mechanism is designed to use SWT/JFace and not Swing

- you will have an uniform UI

- you will have more help on JFace than swing in Eclipse community. (there is a dedicated newsgroup)

Regards,

Aurelien Pupier