我似乎已經做了一切正確的事,但它只是無法顯示。誰能告訴我爲什麼我的菜單欄不顯示?誰能幫我???? public void go() {
frame = new JFrame("Notepad");
//Font defaultFont = new Font("Candara", 10, 0);
textArea = new JTextArea();
text
幾個月前我問了一個類似於這個問題: here問題已解決,但只要我將此菜單欄添加到此代碼scrollPane再次消失。 這是我的新代碼: public class Question {
int count = 0;
ArrayList<JTextField>[] jt;
public Question() {
final JFrame f = new JFrame();
我寫的代碼不顯示菜單欄,有什麼想法我該怎麼辦? this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);//What happens on close.
this.setSize(1100, 750);//Initial size of the frame.
menuBar = new MenuBar();
east = new EastP