摘要: ```package pkg;import java.awt.Color;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.sql.*;import javax.swing.*;public class 第三题 { static Connection con; JButton jb1... 阅读全文
posted @ 2019-11-21 10:42 BKKITO 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 计算器面板 import java.awt. ; import javax.swing. ; import javax.swing.border.Border; public class Calculator extends JFrame { public void CreateJFrame(Str 阅读全文
posted @ 2019-09-08 16:51 BKKITO 阅读(115) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-07-03 11:32 BKKITO 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-18 17:55 BKKITO 阅读(4) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-18 10:24 BKKITO 阅读(7) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-06-17 11:14 BKKITO 阅读(14) 评论(0) 推荐(0) 编辑
摘要: ``` import java.util.*; import java.io.*; public class IOTest { public static void main(String[]args){ File file = new File("d:\\data.txt"); try{ FileOutputStream out = new FileOutputStream(... 阅读全文
posted @ 2019-06-12 10:58 BKKITO 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1、随机输出班上5名学生的学号。 import java.util. ; public class num3 { public static void main(String[] args){ int a[]; a = new int[5]; for(int i=0;i 阅读全文
posted @ 2019-06-06 17:14 BKKITO 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1111 2222 阅读全文
posted @ 2019-06-05 11:37 BKKITO 阅读(118) 评论(0) 推荐(0) 编辑
摘要: ``` import java.awt.*; import javax.swing.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class GridLayoutPosition extends JFrame{ JLabel jl1; JLabel jl2; JButto... 阅读全文
posted @ 2019-06-05 11:03 BKKITO 阅读(243) 评论(0) 推荐(0) 编辑