This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCJ Windows and SWT


>>> examples that use a seperate thread to update the GUI

You'll find quite a few examples (snippets) at http://www.eclipse.org. The ones I
tried, work with GCJ too. By the way, when I update an SWT GUI from a different
thread, I usually use asyncExec (instead of syncExec) -- if they idea is to proceed
non-blockingly and in background.

>>> Reading specs from C:/GCJ/bin/../lib/gcc-lib/mingw32/3.2/specs

3.3 addresses numerous issues that are still present in 3.2. You should
probably install 3.3 (separately).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]