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.
リソース エディタ ファイルを Netbeans にアクセスする方法/リソース エディタ ファイルを Netbeans にインポートして開く方法の詳細な説明。
コードから.resファイルを開いて、次の行を使用する必要があります。
try{ Resources.open("/myResFile.res"); catch(IOException ioe){ //manage the exception }
.resファイルのパスは異なります。私の例では、srcフォルダーにあるようなものです。