[Java-gnome-developer] Strange behaviour when using chars
Brought to you by:
afcowie
From: Abcdefg <ab...@so...> - 2005-01-09 11:00:46
|
Hi, I think I came up a small bug in libgtk-java-2.4.7.2 If I create a button (or a label, frame, etc) like this: Button button = new Button('a'); There is no compile error (the api only says this can with a String?) but a runtime error The setLabel method works correct because button.setLabel('f'); gives a compile error Of course this is a very unimportant bug because of the easy workaround but I thought I better should mention because it happens with al the widgets I tested. Thanks, David ps, I attached the error log from the button |