Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] adding JPanel to PreferencePage

Hi,

Currently i'm building a plugin of our tool for the Eclipse platform. Some
properties in our tool can be set through a dialog which is a subclass of
JPanel (javax.swing.JPanel).

I would like to add our own dialog to the Preferences window in Eclipse
(Window --> Preferences), instead of creating a page with a SWT layout.

Is this possible at all? and if so can someone give a general idea how to do
this.

Regards,

Nanne.




Back to the top