System.getenv("username").equalsIgnoreCase("RUNE")){
if (colIndex > 1 && this.getTableHeader().getCursor().getType() != Cursor.E_RESIZE_CURSOR && header != "Estimat**" && header != "Krav***"){
tooltip = "<html><b>" + rowName + ":</b><br><br>";
if(value instanceof Calculation) {
Calculation calc = (Calculation)value;
String[] tooltips = calc.getToolTipInformation();
if(calc.getToolTipInformation() != null){
for(String t : tooltips){
tooltip += t + "<br>";
}
tooltip += "</html>";