Returns an initiliazed instance of wordBox component. @return the initialized component instance
()
| 1157 | * @return the initialized component instance |
| 1158 | */ |
| 1159 | public TextBox getWordBox() { |
| 1160 | if (wordBox == null) {//GEN-END:|216-getter|0|216-preInit |
| 1161 | // write pre-init user code here |
| 1162 | wordBox = new TextBox("Enter word", "", 50, TextField.ANY);//GEN-BEGIN:|216-getter|1|216-postInit |
| 1163 | wordBox.addCommand(getNEXT_COMMAND()); |
| 1164 | wordBox.addCommand(getBACK_COMMAND()); |
| 1165 | wordBox.setCommandListener(this); |
| 1166 | wordBox.setInitialInputMode("UCB_BASIC_LATIN");//GEN-END:|216-getter|1|216-postInit |
| 1167 | // write post-init user code here |
| 1168 | }//GEN-BEGIN:|216-getter|2| |
| 1169 | return wordBox; |
| 1170 | } |
| 1171 | //</editor-fold>//GEN-END:|216-getter|2| |
| 1172 | |
| 1173 | //<editor-fold defaultstate="collapsed" desc=" Generated Method: openLibrary ">//GEN-BEGIN:|242-entry|0|243-preAction |
no test coverage detected