I want to make a simple JOptionPane but don't want the Java buttons/icon theme instead would like the windows button/icon. Now can I change it to the windows theme?
Components are created using the current LAF. No guarantee that it will work but you can do something like:
See How to Set the Look and Feel for more information.