java简单的扫雷游戏
public void paint(Graphics g){ // setFont(new Font("Arial", Font.PLAIN, getWidth()>getHeight()?getHeight():getWidth())); if(open){ setBackground(SystemColor.WHITE); setBorder(new LineBorder(SystemColor.WHITE)); if(isLei){ setText(""); ImageIcon icon = new ImageIcon(Lei.class.g
下载地址
用户评论