| Author |
Eclipse: Can I use color property editor in my own java application?
|
Avi Abrami
Ranch Hand
Joined: Oct 11, 2000
Posts: 1114
|
|
See this page for details of the eclipse color property editor
http://www.eclipse.org/vep/WebContent/docs/testcases/color-propeditor/color-propeditor.htm
Cheers,
Avi.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14573
|
|
I'm not sure what the real question was, here, but the Eclipse GUI is built on a set of classes called the SWT. The authors of Eclipse didn't care for AWT or Swing so they incented their own GUI framework.
Quite a few other people feel the same way, so it's completely possible to use SWT in applications that have nothing to do with Eclipse at all. For example, the Pentaho Business Intelligence Suite has apps that use SWT for their GUI.
A quick search will turn up some very good resources on how to program SWT. I was working with one of the layout tutorials just the other day. One of my current projects is a plugin for Penatho.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
 |
|
|
subject: Eclipse: Can I use color property editor in my own java application?
|
|
|