()
| 82 | } |
| 83 | |
| 84 | private PopUp() { |
| 85 | popUps = new Vector(); |
| 86 | font=FontCache.getFont(false, FontCache.baloon); |
| 87 | ri=RosterIcons.getInstance(); |
| 88 | } |
| 89 | public static PopUp getInstance() { |
| 90 | if (instance == null) |
| 91 | instance = new PopUp(); |
nothing calls this directly
no test coverage detected