Bonjour à tous,

Je débute avec Eclipse et j'ai quelques erreurs qui s'affichent dans la console lorsque je lance mon application Java.

C'est une application qui charge une cartographie (gif) au démarrage et la console me retourne ceci à chaque fois :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
(<unknown>:8694): Gtk-WARNING **: Attempting to add a widget with type GtkButton to a GtkComboBoxEntry (need an instance of GtkEntry or of a subclass)
 
(<unknown>:8694): Gtk-CRITICAL **: gtk_widget_realize: assertion `GTK_WIDGET_ANCHORED (widget) || GTK_IS_INVISIBLE (widget)' failed
 
(<unknown>:8694): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed
 
(<unknown>:8694): Gtk-CRITICAL **: gtk_paint_box: assertion `style->depth == gdk_drawable_get_depth (window)' failed
Une idée ???

Merci d'avance !