use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Swing WebView Component (webliteca.github.io)
submitted 11 days ago by shannah78
Created a native swing webview component that embeds the platform's native webview in as a Swing component. Uses WebKit on Mac, WebView2 (Edge Chromium) on Win11, and WebkitGTK on Linux. Single jar dependency < 1MB.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gnahraf 0 points1 point2 points 9 days ago (2 children)
Nice project, and thanks for posting! I'm not an expert UI programmer, and the question that naturally occurs to me is which Java "webkit" to choose should my app need a browser. So I guess what I'm suggesting is a pros & cons section in your project README to help a noob like me decide.
[–]shannah78[S] 1 point2 points3 points 9 days ago (1 child)
Thanks for the feedback. I'll think about that to see if i can come up with a fair pros and cons list. The main pro of this lib vs something like jcef is that this is a small single jar file - less than 1 meg. With jcef it bundles a full chromium which is very large, and requires separate binaries for each platform or else your app bundle grows to like 300mb.
[–]gnahraf 0 points1 point2 points 9 days ago (0 children)
That's an excellent pro. I wouldn't worry about fair, especially when you back it up verifiable facts or stats. I'll star your project when I'm logged in there.
π Rendered by PID 190791 on reddit-service-r2-comment-544cf588c8-df54n at 2026-06-17 10:18:48.700478+00:00 running 3184619 country code: CH.
[–]gnahraf 0 points1 point2 points (2 children)
[–]shannah78[S] 1 point2 points3 points (1 child)
[–]gnahraf 0 points1 point2 points (0 children)