()
| 1884 | //menu actions |
| 1885 | |
| 1886 | public void cmdQuit() { |
| 1887 | if (cf.queryExit) { |
| 1888 | new AlertBox(SR.MS_QUIT_ASK, SR.MS_SURE_QUIT) { |
| 1889 | |
| 1890 | public void yes() { |
| 1891 | quit(); |
| 1892 | } |
| 1893 | |
| 1894 | public void no() { |
| 1895 | } |
| 1896 | }; |
| 1897 | } else { |
| 1898 | quit(); |
| 1899 | } |
| 1900 | } |
| 1901 | |
| 1902 | public void cmdMinimize() { |
| 1903 | //#if android |