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.
lwjgl用にコンパイルされたjarをインポートしましたが、ソースをインポートして、必要に応じてソースを表示するにはどうすればよいですか?また、javadocをどのようにインポートしますか?
これはNetbeansでは簡単でしたが、Intellijではその方法がわかりません。
ライブラリ構成では、ファイルまたはディレクトリを添付して、JavaDocURLを指定できます。
関連ドキュメント:
I have several places where i have Action<Int32>, Action<Boolean>, Action<SomeClassName> being used, but when it comes to passing the action as
Action<Int32>
Action<Boolean>
Action<SomeClassName>