hey there 
here goes:
I use IndexColorModel to handle palettes at the moment, which is rather unflexible. So, I need a subclass of, or a wrapper for the IndexColorModel class. First choice is the subclass, of course 
The palettes are loaded from files, the method is done and works fine. But, how can this be implemented? The constructor call must be the first statement in the constructor, but how should it load the file then? (and using the arguments doesn’t seem very elegant to me, if it even works >_>)