swing 退出时保存界面信息

1,swing工具启动时读取配置文件 /*** * 读取配置文件 * @throws IOException */ private void readConfig() throws IOException{ configFile=new File(configFilePath); if(configFile.exists()){ InputStream inStream
相关文章
相关标签/搜索