搜索资源列表
log4cpp-0.3.4b.tar
- log4cpp-0.3.4b.tar.gz 一个非常不错的C++日志类,可以和java的log4j媲美,有多种日志显示方式(输出到系统日志、文件、VC++调试窗口等);-log4cpp - 0.3.4b.tar.gz a very good Class C log, and java can be comparable to the log4j, the log shows a number of ways (output to the system log, documents, VC d
javadirtree
- java实现系统目录树控件 //导入以下类 import cn.xcode.framework.gui.useModule.xFilesTree.FilesTreeManager //在面板初始化的地方 FilesTreeManager ftm=new FilesTreeManager() //新增一个文件目录树总管对象 JTree tree=ftm.getFilesTree() //新增一个JTree对象,把ftm.getFilesTree()赋值给它