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]

Re: GCJ Windows and SWT


In my impression, you've got an issue with setting the background of your tableitem.
I would verify the argument you've set. It doesn't look like a threading problem,
because SWT clearly indicates when it is threading-related.

> java.lang.IllegalArgumentException: Argument not valid 	
> at org.eclipse.swt.SWT.error(SWT.java:2318) 	
> at org.eclipse.swt.SWT.error(SWT.java:2262) 	
> at org.eclipse.swt.widgets.TableItem.setBackground(TableItem.java:451) 	

But then again, that would be a question to direct to the eclipse/swt people. They
have forums at http://www.eclipse.org/newsgroups/index.html.


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