摘要: package xu01; public class xch2 extends Thread{ public xch2(String name,int priorty) { super(name); this.setPriority(priorty); } public void run() {Sy 阅读全文
posted @ 2023-06-02 10:01 薯条1600 阅读(8) 评论(0) 推荐(0) 编辑
摘要: package xu01; import java.awt.*;import javax.swing.*;import javax.swing.event.ListSelectionEvent;import javax.swing.event.ListSelectionListener;import 阅读全文
posted @ 2023-05-26 09:41 薯条1600 阅读(23) 评论(0) 推荐(0) 编辑
摘要: package xu01;import java.io.*;public class caishu {public static void main(String args[])throws IOException{ boolean again=false; loop1: do { int true 阅读全文
posted @ 2023-05-26 08:53 薯条1600 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 首页-书签地球-中国首家浏览器书签共享搜索引擎平台 (bookmarkearth.com) https://www.luffycity.com/activity/5-years 路飞学成(需用付费) https://www.csdn.net/ csdn官网 https://www.educoder. 阅读全文
posted @ 2023-05-25 13:10 薯条1600 阅读(51) 评论(0) 推荐(0) 编辑
摘要: package x1;import java.awt.*;import javax.swing.*;import java.awt.event.*;public class dst extends JFrame implements ActionListener{//声明 JLabel a1,a2; 阅读全文
posted @ 2023-05-25 09:53 薯条1600 阅读(75) 评论(0) 推荐(0) 编辑