代码_java课程设计_仅供参考
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package hannoi; /** * * @author Administrator */ import java.io.*; import java.awt.*; public class Disk extends Button { int number; boolean 上方有盘=false; public Disk(int number,HannoiT
下载地址
用户评论