摘要: 源代码: package p; import java.awt.*;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.*;public class p extends J 阅读全文
posted @ 2019-06-30 21:34 雨中南风 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 程序代码: package chuangkou; import java.awt.Font;import javax.swing.*; public class p { public static void main(String[] args) { // TODO 自动生成的方法存根 JFrame 阅读全文
posted @ 2019-06-23 15:36 雨中南风 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 源代码 package jiemian; import java.awt.FlowLayout;import javax.swing.*;import java.awt.Container; public class shao extends JFrame{public shao() { JFram 阅读全文
posted @ 2019-06-17 13:10 雨中南风 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 源代码: package jisuanqi; import java.awt.*;import java.awt.event.*;import javax.swing.*; public class p{ TextField tf = new TextField(40); //显示文本框 Strin 阅读全文
posted @ 2019-06-06 10:27 雨中南风 阅读(204) 评论(1) 推荐(0) 编辑
摘要: 源代码: package jisuanqi; import java.awt.*;import java.awt.event.*;import javax.swing.*; public class p{ TextField tf = new TextField(40); //显示文本框 Strin 阅读全文
posted @ 2019-06-03 13:15 雨中南风 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 源代码: package yichang; public class Yichang { public static void main(String[] args) { point p1=new point(1,3);point p2=new point(1,2);point p3=new poi 阅读全文
posted @ 2019-05-26 21:33 雨中南风 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 源代码: interface Volume{public double volume();}interface Area{public double area();} class yuanzhui extends Object implements Area,Volume {private doub 阅读全文
posted @ 2019-05-16 22:33 雨中南风 阅读(157) 评论(1) 推荐(0) 编辑
摘要: 源代码: package jichen; public class Person { int studentNumber; String gender; String name; String Department; String Major; int score; void setName(){ 阅读全文
posted @ 2019-05-06 21:59 雨中南风 阅读(127) 评论(2) 推荐(0) 编辑
摘要: 源代码: package 银行账户;import java.util.Scanner;public class Account { String zhanghu;double yue;//余额double ck;double qk;long kaihu;long xiaohu; public Acc 阅读全文
posted @ 2019-04-14 17:42 雨中南风 阅读(166) 评论(1) 推荐(0) 编辑
摘要: 源代码: package 数组;import java.util.*;public class vvv { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[] x = new int[1 阅读全文
posted @ 2019-04-07 18:35 雨中南风 阅读(368) 评论(1) 推荐(0) 编辑