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.
私の質問はタイトルの通りです。
JavaFX アプリがあり、ブラウザー ウィンドウを開く必要があります。開いた後、ブラウザから開いたアプリに通信できるようにしたいです。
たとえば、次のようにデフォルトのブラウザ ウィンドウを開いたとします。
URI u = new URI(url); java.awt.Desktop.getDesktop().browse(u);