plain

What are the advantages and disadvantages of using Database over plain files?

Hi, i couldn't find the advantages and disadvantages would you please help me? thanks. ...

Why won't this TextArea return to non-Bold format, or is Font.PLAIN just like an "add-on"?

I am trying to Create a Simple Notepad in Java, i would post the full code but i didnt think it would be necessary since the problem is here(i think). Please Help. if(cb.getSelectedItem().equals("Plain")){ MainText.setFont(new Font(getFontName(MainText),Font.PLAIN,getFontSize(MainText)));} here are the above used methods pu...

Comparison of HTML and plain text from SQL

Hello all, There are two columns. One of them contains HTML and another contains plain text. How can I compare them as 2 plain texts? Converting HTML -> plain text should be done the same way as a browser does when copying selected HTML into clipboard and pasting it into notepad. Regards, ...