Performs an action assigned to the enterWord entry-point.
()
| 1109 | * Performs an action assigned to the enterWord entry-point. |
| 1110 | */ |
| 1111 | public void enterWord() {//GEN-END:|223-entry|0|224-preAction |
| 1112 | // write pre-action user code here |
| 1113 | if (entryForLookup == null) { |
| 1114 | entryForLookup = ""; |
| 1115 | } |
| 1116 | |
| 1117 | setTextBoxString(getWordBox(), entryForLookup); |
| 1118 | |
| 1119 | dictionariesFound();//GEN-LINE:|223-entry|1|224-postAction |
| 1120 | // write post-action user code here |
| 1121 | }//GEN-BEGIN:|223-entry|2| |
| 1122 | //</editor-fold>//GEN-END:|223-entry|2| |
| 1123 | |
| 1124 | //<editor-fold defaultstate="collapsed" desc=" Generated Getter: BACK_COMMAND ">//GEN-BEGIN:|205-getter|0|205-preInit |
no test coverage detected