Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Matt Johnson
Total activity
2
Last activity
December 02, 2021 02:08
Member since
December 02, 2021 02:08
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (0)
Comments (1)
Matt Johnson
commented,
December 02, 2021 02:08
Ran into a similar issue, and found that using BorderLayout made it work for me. JBCefBrowser browser = new JBCefBrowser();browser.loadHTML(html);JPanel htmlPanel = new JPanel(new BorderLayout());h...
Community
IntelliJ IDEA Open API and Plugin Development
JBCefBrowser, how to properly set HTML string
0 votes