|
想问下 我跟了老师给的slide 可是做末还是不能的?
import java.awt.*;
class layout{
public static void main (String args[])
{
FlowLayout layout = new FlowLayout(left,10,10);
setLayout(layout);
Button button1 = new Button("Button1");
Button button2 = new Button("Button2");
Button button3 = new Button("Button3");
add(button1);
add(button2);
add(button3);
}
}
不好意思本人还是初学者 |
|
|
|
|
|
|
|
发表于 1-12-2006 09:29 AM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 4-12-2006 03:47 PM
|
显示全部楼层
原帖由 kiat34 于 30-11-2006 05:11 PM 发表
想问下 我跟了老师给的slide 可是做末还是不能的?
import java.awt.*;
class layout{
public static void main (String args[])
{
FlowLayout layout = new FlowLayout(left,10,10);
setLayout(layo ...
可以请问一下,你做不到什么? |
|
|
|
|
|
|
| |
本周最热论坛帖子
|