[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Slow display of editor tabs

Mark Curtain wrote:

> "Martin Möbius" <m.moebius@xxxxxx> wrote in message
> news:ajij9f$m8c$1@xxxxxxxxxxxxxxxx
> > I would believe its a jvm thing. Windows know not much about a running
> > eclipse instance. The window is painted via jni. And the java process
> > should not have a window open.

> Out of curiosity, when you say that the window is painted via JNI, do you
> mean through SWT?  Or is there more JNI code used in addition to SWT?

I believe its only SWT, at least for the ui. I read something about a
small part of native code for the core as well, but I could be wrong.

martin