|
|
|
|
|
|
|
Re: How is Eclipse's swing integration these days? [message #254387 is a reply to message #254372] |
Mon, 21 June 2004 16:05  |
Eclipse User |
|
|
|
Hilde Roth wrote:
>>But you have to do some things by hand like to get the correct SWT
>>popups/menus or scrolling handling.
>
>
> Could you expatiate on that a little? That would be useful.
It's easy to use a Swing-Popup within the Swing part, but this doesn't
work well... it has a different appearance than the SWT Popups and it
doesn't close automatically when you open an SWT Popup ! So you have to
write some Swing-Listeners that activate SWT-Popups by hand if you want
to have a "smooth" look.
The problem with scrolling is that I didn't managed to put a Swing-part
into an SWT ScrolledComposite... so I would have to use a JScrollPane.
But the scrollbars of the JScrollPane have a different look than the SWT
ones, so I had to write a workaround.
Henning Rogge
|
|
|
Powered by
FUDForum. Page generated in 0.06159 seconds