摘要: package picture; import javax.swing.JLabel; import javax.swing.JMenu; import javax.swing.JMenuBar; import javax.swing.JMenuItem; class project ext... 阅读全文
posted @ 2015-04-28 14:05 Leslie-L 阅读(148) 评论(0) 推荐(0)
摘要: package com.example.freethiner;class student{ private int age; private String name; public student(){ this.age=20; this.name="zhangsan"; } public in... 阅读全文
posted @ 2015-04-28 13:26 Leslie-L 阅读(108) 评论(0) 推荐(0)
摘要: package lxx;public class Car{ private byte cubage=100; private viod startIsEnough(){ if(cubage>80){ System.out.println("cubage is enough,go!")}els... 阅读全文
posted @ 2015-04-15 12:55 Leslie-L 阅读(119) 评论(1) 推荐(0)