import javax.swing.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; public class popupWindows{ JFrame mainWindow; public popupWindows(){ mainWindow = new JFrame("pop up window"); //mainWindow.setBounds(10,10,10,10); JB…
Index page Welcome page 生成很多不同的小人哦~我是如何实现这么stupid but interesting的程序呢?我用了ASP.NET Core 画小人的话,用了一个很stupid的辅助类, 自己写的,小人脸宽21,然后鼻子占1,剩下的眼睛,鼻子,脸,耳朵,分分看. using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Thre…