https://bz.apache.org/bugzilla/show_bug.cgi?id=58426
--- Comment #29 from Milamber <[email protected]> --- @benoit, I will work on the fix with the Felix comment. === It seems, that there are many tables, that need to be treated basically the same: if (hdpi) { table.setRowHeight(factor*round(table.getRowHeight()) } Wouldn't it be nicer to have a util function JMeterUtils#adaptRowHeight(JTable), that performs the work and replace all those if statements with a call to it? Regards, Felix ==== -- You are receiving this mail because: You are the assignee for the bug.
