Embed firefox browser in java swing application in version 1.8 openjdk
Hi, I tried to search to embed firefox browser in java swing application in version 1.8 of openjdk but could not find any working link. Could I get some help on this please. My use case is that I have a button called 'open link'. On click on this button, I want to open a URL in new popup or window of application and this window will be stcky, i.e., untill this window with the browser is closed, user will not be able to interact with the previous application window (main application window).
Hi,
I tried to search to embed firefox browser in java swing application in version 1.8 of openjdk but could not find any working link.
Could I get some help on this please.
My use case is that I have a button called 'open link'. On click on this button, I want to open a URL in new popup or window of application and this window will be stcky, i.e., untill this window with the browser is closed, user will not be able to interact with the previous application window (main application window).