From: Thorsten K. <Tho...@gm...> - 2005-03-06 22:31:17
|
On Sunday 06 March 2005 22:48, Bill Zwicky wrote: > It's actually very easy, Java already has the hooks. For MIDIboxFM, > you'd use: > algIcon[0]=new > ImageIcon(MIDIboxFMDevice.class.getResource("images/alg_0.gif")); > > You can use device.getClass() instead if you want. thank you - it works! I've commited the changes - can anybody tell me how I can bring this also into the the branch_0_20 (I'm not too lazy for reading the docs, I just don't want to make anything wrong ;-) Best Regards, Thorsten. |