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.
Windows でのみ実行される Swing アプリケーションを作成しており、すべてを 1 つの .jar ファイルにパッケージ化したいと考えています。JMenuItemJAR に .chm ヘルプ ファイルを含め、マークされた「ヘルプ」または「目次」 をクリックして起動できるようにしたいと考えています (AbstractActionサブクラスの作成については既に理解しています)。JAR ファイルから .chm ファイルをプログラムで開くにはどうすればよいですか?
JMenuItem
AbstractAction