java例程练习(BorderLayou&GridLayout)
摘要:
import java.awt.*;public class TestBorderLayout { public static void main(String[] args) { Frame f = new Frame("Border Layout"); Button bn = new Button("BN"); Button bs = new Button("BS"); Button bw = new Button("BW"); Button be = new Button("BE"); B 阅读全文
posted @ 2012-05-06 16:13
spring学习笔记
阅读(415)
评论(0)
推荐(0)