The simplest way to create the icons is by adding a letter (M or L) on top of the existing icon-trash.gif and icon-plus.gif, but maybe there are other ideas.
Why not use the CompoundIcon.java from JGoodies Validation (extras)? : http://tinyurl.com/2x7b9c
With that API, there's no need to draw several "variations" for the same "base icon" (like -add, -remove, -edit), and the icons would look much more uniform (than doing them by hand)
Ahmed.
