2012-07-31 32 views
3

是否可以將JButton的形狀從矩形變成圓形?可能會改變JButton的形狀?

+0

可以檢查了這一點:http://harryjoy.me/2011/08/21/different-button-shapes-in-swing/ – 2015-08-11 06:56:18

回答

4

您也可以在按鈕上使用圖片。

+0

喜歡這個主意!謝謝! – Vikram 2012-07-31 14:42:30

+0

請您將標記爲正確的答案 – Rish 2012-07-31 14:43:22

+0

對不起,Rish,我無法將您的答案標記爲正確,因爲它不是我正在尋找的確切東西,儘管我喜歡使用圖像的概念。 – Vikram 2012-07-31 14:47:25

5
Link Provided by Sean Cogan is all you need. and if you want it in short . 
set an image (rounded or any shape that you want your button should look alike) 

設置這些值 -

button1.setContentAreaFilled(false); 
button1.setFocusPainted(false); 
button1.setBorderPainted(false);