摘要: package 图形用户界面1;import java.awt.*;//import java.awt.event.ActionEvent;//import java.awt.event.WindowEvent;//import java.awt.event.WindowListener;//imp 阅读全文
posted @ 2018-06-24 21:07 努力girl 阅读(5600) 评论(0) 推荐(0) 编辑
摘要: package LoginFrame;import java.awt.Button;import java.awt.Color;import java.awt.FlowLayout;import java.awt.Frame;import java.awt.Label;import java.awt 阅读全文
posted @ 2018-06-05 21:29 努力girl 阅读(242) 评论(1) 推荐(0) 编辑
摘要: package 银行账户;import java.text.SimpleDateFormat; //常用日期操作工具类import java.util.Calendar; //使用默认时区和语言环境获得一个日历import java.util.Date;public class Account { 阅读全文
posted @ 2018-05-01 21:08 努力girl 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: package 圆;public class circle { private double Radius; public double getRadius(){ return Radius; }; public void setRadius(double r) { Radius= r; } pub 阅读全文
posted @ 2018-04-24 20:51 努力girl 阅读(252) 评论(0) 推荐(0) 编辑
摘要: import java.util.*; public class hello { public static void main(String[] args) { int a ,b,m; Scanner s = new Scanner(System.in); System.out.print( "键入一个整数: "); a = s.nextInt(); System.out.p... 阅读全文
posted @ 2018-04-10 21:12 努力girl 阅读(331) 评论(1) 推荐(0) 编辑
摘要: package yanghuisanjiao; public class hellojava { public static void main(String[]args) { int [][]yh=new int [10][10]; for(int i=0;i<yh.length;i++) { y 阅读全文
posted @ 2018-04-01 21:07 努力girl 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package n; import java.util.Scanner; public class jiechen { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.pri 阅读全文
posted @ 2018-04-01 20:41 努力girl 阅读(192) 评论(0) 推荐(0) 编辑