当前位置: 技术问答>java相关
请教:为什么不能编译?
来源: 互联网 发布时间:2015-10-26
本文导语: public class TestFrame { public static void main(String args[]){ JFrame f=new JFrame("MY JFrame Example!"); Container c=f.getContentPane(); c.setLayout(new FlowLayout()); for (int i=0;i
public class TestFrame
{
public static void main(String args[]){
JFrame f=new JFrame("MY JFrame Example!");
Container c=f.getContentPane();
c.setLayout(new FlowLayout());
for (int i=0;i
{
public static void main(String args[]){
JFrame f=new JFrame("MY JFrame Example!");
Container c=f.getContentPane();
c.setLayout(new FlowLayout());
for (int i=0;i