为什么java写的图形界面只有最大化后才能显示组件
代码如下:chatRecord=newJTextArea(10,30);chatRecord.setBackground(Color.white);chatLabel=n...
代码如下:
chatRecord=new JTextArea(10,30);
chatRecord.setBackground(Color.white);
chatLabel=new JLabel();
chatLabel.setText("Chat View");
JScrollPane jsp=new JScrollPane(chatRecord);
jsp.setVerticalScrollBarPolicy(
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
chatRecord.setSize(500,300);
chatRecord.setLocation(0,150);
this.setLayout(new BorderLayout(5,5));
this.add(chatLabel,BorderLayout.NORTH);
this.add(jsp,BorderLayout.CENTER);
最大化窗体之后组件才能显示,否则只有菜单栏能显示 展开
chatRecord=new JTextArea(10,30);
chatRecord.setBackground(Color.white);
chatLabel=new JLabel();
chatLabel.setText("Chat View");
JScrollPane jsp=new JScrollPane(chatRecord);
jsp.setVerticalScrollBarPolicy(
JScrollPane.VERTICAL_SCROLLBAR_ALWAYS);
chatRecord.setSize(500,300);
chatRecord.setLocation(0,150);
this.setLayout(new BorderLayout(5,5));
this.add(chatLabel,BorderLayout.NORTH);
this.add(jsp,BorderLayout.CENTER);
最大化窗体之后组件才能显示,否则只有菜单栏能显示 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询