I want to create a button with the stock "Remove" icon on it, but without the text "Remove". If I use Button button = new Button(Stock.Remove);
, I get the opposite: just the text, and no icon. I will have many of these buttons, and the text makes it look cluttered. How do I get just the icon?
Note: these are regular buttons, not toolbar buttons.
Edit: This is how it currently looks:
I want to replace these buttons with small, unobtrusive, icon-only buttons.