posts - 2,  comments - 3,  trackbacks - 0

 

1 public class Flower {
2     static Test monitor = new Test();
3     int petalCount = 0;
4     String s = new String("null");
5     Flower(int petals){
6         petalCount = petals;
7         System.out.println("");
8     }
9 }
posted on 2007-04-09 22:03 踏实的脚印 阅读(214) 评论(1)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: