0
的日曆的大小我想改變日曆的大小,使其適合JDateChooser
組件的水平尺寸如何改變JDateChooser
幫幫我吧〜這裏是我的代碼
JDateChooser dateChooser = new JDateChooser();
dateChooser.setDateFormatString("yyyy-MM-dd");
dateChooser.setBounds(329, 10, 171, 24);
dateChooser.getJCalendar().setBounds(352, 20,250, 80);
panel.add(dateChooser);
謝謝!
我已經調整dateChooser大小很多次,但日曆大小總是相同 – tokhi