摘要:
public class MyDate { private int year,month,day; private static int thisYear; static { thisYear=2012; } public MyDate(int year,int month,int day) { t 阅读全文
posted @ 2017-05-23 18:30
巴黎街头沧桑男
阅读(98)
评论(0)
推荐(0)
摘要:
import java.awt.*;import java.awt.BorderLayout;import java.awt.Button;import java.awt.Frame;import java.awt.event.WindowEvent;import java.awt.event.Wi 阅读全文
posted @ 2017-05-23 18:27
巴黎街头沧桑男
阅读(147)
评论(0)
推荐(0)
摘要:
import java.awt.*;public class hood{ public static void main (String arg[]){Frame f=new Frame("GridLayout");f.setLayout(new GridLayout(4,4));f.add(new 阅读全文
posted @ 2017-05-23 18:25
巴黎街头沧桑男
阅读(101)
评论(0)
推荐(0)