()
| 151 | ContactMessageList cml = null; |
| 152 | |
| 153 | protected Contact() { |
| 154 | super(RosterIcons.getInstance()); |
| 155 | cf = Config.getInstance(); |
| 156 | //#ifdef SMILES |
| 157 | smiles = cf.smiles; |
| 158 | //#endif |
| 159 | |
| 160 | msgs = new Vector(); |
| 161 | |
| 162 | key1 = ""; |
| 163 | |
| 164 | ilHeight = il.getHeight(); |
| 165 | maxImgHeight = ilHeight; |
| 166 | |
| 167 | //secondFont=FontCache.getFont(false, FontCache.baloon); |
| 168 | //secondFontHeight=secondFont.getHeight(); |
| 169 | fontHeight = getFont().getHeight(); |
| 170 | } |
| 171 | |
| 172 | public Contact(final String Nick, final String sJid, final int Status, String subscr) { |
| 173 | this(); |
nothing calls this directly
no test coverage detected