我是第二年級學生,我正在開發我的OOP項目(計算器)。我完成了數字按鈕和運算符的功能。現在我正在重新安排我的按鈕。起初,我只是將我的按鈕尺寸設置爲(50,50),它的工作正常,它的標籤仍然可見,但是當我決定將其縮小(30,30)時,它的標籤變成了「...」 。無法看到Java GUI按鈕的標籤
這裏的PIC:
而且我的繼承人代碼:
lblEdit.setBounds(-138,-5,180,50);
lblView.setBounds(-90,-5,180,50);
lblHelp.setBounds(-40,-5,180,50);
txt.setBounds(15,35,250,30); // text pane
txt2.setBounds(0,330,100,20);
blank.setBounds(15,80,30,30); // this is just an extra button, no use at all, OK? :D
btnMC.setBounds(15,115,30,30);
btnMR.setBounds(15,150,30,30);
btnMS.setBounds(15,185,30,30);
btnMp.setBounds(15,220,30,30);
可能重複(http://stackoverflow.com/questions/7971178/find-out-if-text-of-jlabel-exceeds-label-大小) – ziesemer 2013-02-24 05:55:56