aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Eclipse: Can I use color property editor in my own java application? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Eclipse: Can I use color property editor in my own java application?" Watch "Eclipse: Can I use color property editor in my own java application?" New topic
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
    
    7

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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Eclipse: Can I use color property editor in my own java application?
 
Similar Threads
Eclipse editor - arbitrary text highlighting
Drag and Drop
Eclipse Java Editor Color Themes
Eclipse Plugin For Perl
Aligning a Login Page at the center