I have used Nimbus to create rounded corners for buttons in swing referring here: Use Nimbus to give rounded corners for JButton
I now want to give a 3d look to the buttons. How should I go about this using nimbus? i had gone through nimbus but coudnt find appropriate info
note: I have added image where button1 shows that I have used: generateButton.setBorder(BorderFactory.createBevelBorder(BevelBorder.LOWERED));
and second with nimbus effect
JButton
under Nimbus not "3D", it looks "3D" to me? – Myca