import java.awt.*;

public class Node {
    int w = Config.BLOCK_SIZE;
    int h = Config.BLOCK_SIZE;
    int row, col;
    Direction dir ;
    Node(int row, int col, Direction dir) {
        this.row = row;
        this.col = col;
        this.dir = dir;
    }
    void draw(Graphics g) {
        Color c = g.getColor();
        g.setColor(Color.white);
        g.fillOval(Config.BLOCK_SIZE * col, Config.BLOCK_SIZE * row, w, h);
        g.setColor(c);
    }
}
最近下载更多
jiemomo  LV12 2023年10月19日
baihaushu  LV1 2023年6月13日
493240689  LV3 2023年5月11日
不正经的90后程序猿  LV1 2022年12月23日
微信网友_6258245891903488  LV7 2022年12月12日
neverthepoint  LV1 2022年11月22日
小野猪ayu  LV1 2022年10月25日
的还是看哈  LV3 2022年6月10日
bigtreemin  LV6 2022年5月21日
小明pussabcd  LV1 2022年5月16日
最近浏览更多
鲁一宇  LV5 2024年12月24日
13133117021  LV5 2024年12月23日
MQ-EQW 2024年12月20日
暂无贡献等级
LeeLeo 2024年12月4日
暂无贡献等级
hoictas  LV2 2024年11月26日
1220261962d 2024年10月15日
暂无贡献等级
三角阀  LV4 2024年7月13日
zr20050503  LV2 2024年6月27日
long123_356  LV8 2024年6月22日
鬼屋报道  LV3 2024年6月4日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友