aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/desktoputil/ColoredDefaultText.java
Commit message (Collapse)AuthorAgeFilesLines
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-40/+40
| | | | | | | | The conversion was done with the script provided by @champtar on a linux machine: find -name '*.java' | xargs file | grep 'CRLF, LF' | cut -d ':' -f1 | xargs -n1 dos2unix
* Updates the license headers.Damian Minkov2015-07-201-6/+17
|
* Add a SipCommTextArea, similar to the SipCommTextField (i.e. can have ↵Tom Denham2013-03-151-0/+46
coloured default text) but extending JTextArea. Both SipCommTextField and SipCommTextArea are made to implement the ColoredDefaultText interface.