I am developing desktop application. In that I use some HTML code for line break (wrapping text) and change tab size in JTabbedPane.
If I use the application in a system without internet, will the HTML code will work or not?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using HTML tags in your application doesn’t make it dependent on a working Internet connection. However make sure your application is not using some HTML DTD or schema spec for strict HTML validation.
I guess you could have found it yourself by trying.