Performs an action assigned to the returnToMenu if-point.
()
| 1848 | * Performs an action assigned to the returnToMenu if-point. |
| 1849 | */ |
| 1850 | public void returnToMenu() {//GEN-END:|462-if|0|462-preIf |
| 1851 | // enter pre-if user code here |
| 1852 | if (!calledOutside) {//GEN-LINE:|462-if|1|463-preAction |
| 1853 | // write pre-action user code here |
| 1854 | switchDisplayable(null, getMenu());//GEN-LINE:|462-if|2|463-postAction |
| 1855 | // write post-action user code here |
| 1856 | } else {//GEN-LINE:|462-if|3|464-preAction |
| 1857 | // write pre-action user code here |
| 1858 | switchDisplayable(null, bookCanvas);//GEN-LINE:|462-if|4|464-postAction |
| 1859 | // write post-action user code here |
| 1860 | }//GEN-LINE:|462-if|5|462-postIf |
| 1861 | // enter post-if user code here |
| 1862 | }//GEN-BEGIN:|462-if|6| |
| 1863 | //</editor-fold>//GEN-END:|462-if|6| |
| 1864 | |
| 1865 | //<editor-fold defaultstate="collapsed" desc=" Generated Method: showColorPicker ">//GEN-BEGIN:|501-if|0|501-preIf |
no test coverage detected