配置文件读取问题
同包配置文件读取
this.getClass().getResourceAsStream("/img/logo.png");
jar包提供给别的程序依赖,配置外部配置文件
pop.load(new FileInputStream(new File(this.getClass().getProtectionDomain().getCodeSource().getLocation().getPath()).getParent()+"/config.properties"));