Java 与 Microsoft 帮助的集成
我正在使用 Swing 编写 GUI,并尝试集成 microsoft chm 帮助文件。问题是,我什至不知道从哪里开始。谁能推荐一个库/教程作为这样的项目的起点?具体来说,我想知道如何从 java 打开/查看特定页面或索引(我什至不知道 .chm 文件的术语是什么)。
谢谢!
I'm writing a GUI with Swing and I'm trying to integrate a microsoft chm help file. The problem is, I don't even know where to start. Can anyone recommend a library/tutorial as a starting point for a project like this? Specifically, I'd like to know about how to open/view specific pages or inidices (I don't even know exactly what the terminology for .chm files is) from java.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,我决定针对这个项目采取不同的方向(一个不涉及 MS 帮助文件的方向),但这里有一些我发现的有用链接,以防其他人遇到此问题:
有关 MS 帮助格式的维基百科文章
jchm:一个使用chm文件的java库。我没有调查得太彻底,但这是一个起点。
I actually decided to go in a different direction for this project in particular (one that doesn't involve a MS help file), but here's a couple of helpful links I found in case anyone else runs into this issue:
Wikipedia article on MS help format
jchm: a java library for using chm files. I didn't investigate it too thoroughly, but it's a starting point.