I have a specialized need for my HTML files to be displayed on a platform that is browser-free. The solution that immediately comes to mind for me in this scenario is utilizing applet
. Therefore, I am interested in having my HTML file (including CSS and JS) rendered within an applet, swing window, or similar framework.
Does anyone have suggestions on how to achieve this? Any new ideas are welcome and appreciated.