Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 200 个定义的 HTML 文件,我不想创建 200 个 HTML 文件。我想使用该文件创建 java 帮助,这样如果用户单击 TOC(目录)列表,用户可以在不滚动该 html 文档的情况下访问特定定义。
首先学习如何使用JTree制作树状结构,然后学习如何使用 JEditorPane在 Jframe 中显示 html 页面。