()
| 115 | |
| 116 | |
| 117 | private void showHelp() { |
| 118 | String msg="The Lord helps those who help themselves."; |
| 119 | JOptionPane.showMessageDialog(null,msg); |
| 120 | System.out.println(msg); |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Gets the library browser. |
no test coverage detected