如何让继承dialog的类单例
1个回答
展开全部
public class GoodsManage extends JDialog {private static GoodsManage test; public static GoodsManage getInstance() {if(test==null){ synchronized(GoodManage.class){ if(test==null){test = new GoodsManage(); }}}return test; } }
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询