()
| 422 | } |
| 423 | |
| 424 | public String getSurfCodePart1(){ |
| 425 | if (surfex_.configFrame.webPro.isSelected()) { |
| 426 | return surfcodePart1_OnSystem(dithered,filelocation); |
| 427 | } else { |
| 428 | return surfcodePart1_surfWeb(dithered,filelocation,dpi); |
| 429 | } |
| 430 | } |
| 431 | |
| 432 | public String getSurfCodePart2(){ |
| 433 | if (surfex_.configFrame.webPro.isSelected()) { |
nothing calls this directly
no test coverage detected