I'm developing in java network, by using a socket, this is my html code
test .html
How can I display that page like internet explorer did?Code:<html>
<body>
This is a test
</body>
</html>
Printable View
I'm developing in java network, by using a socket, this is my html code
test .html
How can I display that page like internet explorer did?Code:<html>
<body>
This is a test
</body>
</html>
You can try swing's JEditroPane
visit Java 2 Platform SE v1.4.2