()
| 964 | loadBookTask = new SimpleCancellableTask();//GEN-BEGIN:|160-getter|1|160-execute |
| 965 | loadBookTask.setExecutable(new org.netbeans.microedition.util.Executable() { |
| 966 | public void execute() throws Exception {//GEN-END:|160-getter|1|160-execute |
| 967 | /* |
| 968 | * bookURL already loaded before calling this task |
| 969 | */ |
| 970 | bookCanvas.openBook(bookURL); |
| 971 | fillBookmarks(); |
| 972 | }//GEN-BEGIN:|160-getter|2|160-postInit |
| 973 | });//GEN-END:|160-getter|2|160-postInit |
| 974 | // write post-init user code here |
| 975 | }//GEN-BEGIN:|160-getter|3| |
nothing calls this directly
no test coverage detected