Re: [Java-gnome-developer] Window background
Brought to you by:
afcowie
From: Damian M. <da...@sp...> - 2006-03-22 15:55:03
|
I've changed the strategy leaving the background image, but changing the color. But now I have some very strange exceptions. I'm setting the color : Color btnColor = Color.parse("#facd64"); okButton.setBackgroundColor(StateType.NORMAL, btnColor); Everything is fine on my machine (Gnome Desktop) But we've tested the application on som KDE dektop and one windows There comes the strange error. With no exception or JVM error. Gdk-ERROR **: file gdkcolor.c: line 145 (gdk_color_free): assertion failed: (color_chunk != NULL) aborting... And in the windows console : This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. Any ideas |