To have no buttons on the option pane, pass an empty array as the options setting: new Object[] { }.
If you want to have both an icon and a text label on the button, you can manually create a JButton and place it in the array.