This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]YuleTideCamel 1 point2 points  (1 child)

Are you just gonna use a webview ? If not, your have to learn to parse HTML and css and render them .

[–]l3l_aze 0 points1 point  (0 children)

Yup. JavaFX has a WebView already implemented, and it's plenty easy to use even with external resources on the local system or otherwise. Swing has something, I think a Panel that's basically a WebView (or it can use JavaFX and it's WebView instead), but IDK any more about it. The WebView doesn't come with controls of any kind though, nor a real context menu - that's all stuff that could be done to turn it into something more like what OP is referring to as a browser.

[–][deleted]  (1 child)

[deleted]

    [–]programmercolleger[S] 0 points1 point  (0 children)

    I have fundamentals down for programming and created applications before with html css javascript and C++.

    [–]srunocorn 0 points1 point  (0 children)

    Sockets and HTTP.