()
| 430 | } |
| 431 | |
| 432 | public String getSurfCodePart2(){ |
| 433 | if (surfex_.configFrame.webPro.isSelected()) { |
| 434 | return surfcodePart2_OnSystem(dithered,filelocation,dpi); |
| 435 | } else { |
| 436 | return surfcodePart2_surfWeb(dithered,filelocation); |
| 437 | } |
| 438 | } |
| 439 | |
| 440 | public String surfcodePart1_OnSystem(boolean dithered, String filelocation) { |
| 441 | String surfCodePart1; |
nothing calls this directly
no test coverage detected