Introduction - If you have any usage issues, please Google them yourself
public Container container = null // 定义容器
JMenuItem start, exit, about // 定义菜单按钮
JButton landlord[]=new JButton[2] //抢地主按钮
JButton publishCard[]=new JButton[2] //出牌按钮
int dizhuFlag //地主标志
int turn