• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

Eclipse: Can I use color property editor in my own java application?

 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Saloon Keeper
Posts: 26891
192
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic