This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
GCJ Windows and SWT
- From: Erik Poupaert <erik dot poupaert at freestyler-toolkit dot org>
- To: jr at mpv dot com
- Cc: java at gcc dot gnu dot org
- Date: Sun, 21 Sep 2003 20:43:46 +0000
- Subject: GCJ Windows and SWT
- Organization: Erik Poupaert
>>> 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).