Re: [Turkey-users] Problems in executing turkey
Brought to you by:
znamenacek
|
From:
<tom...@gm...> - 2007-08-19 09:42:41
|
On Aug 19, 2007, at 11:22, Cesare Tirabassi wrote:
> Any idea of what it can cause this behaviours? Perhaps some problem =20=
> with
> the runtime linking of libraries?
I do not understand this much, but I would guess it has to do with =20
class loaders. There is a method called getIcon in the GUI.java file =20
that does the icon loading:
protected ImageIcon getIcon(String id) {
return new ImageIcon(getClass().getResource(id));
}
My guess is that this is the place where the exception occurs, =20
because the icon does not get loaded properly. Can You try to =20
recompile the code with debugging turned on, so that we are sure? It =20
has been a long time since I last fiddled with this code, but I =20
remember having some problems with the icon loading myself. I=92ll try =20=
and look into the code if I have enough time.
T.
--=20
Q: What is purple and commutes?
A: A boolean grape.
|