()
| 178 | } |
| 179 | |
| 180 | private void notifyCancel() { |
| 181 | if (!notified) { |
| 182 | System.err.println("developer note: JavaScript cannot fire a FileChooser CANCEL action"); |
| 183 | } |
| 184 | notified = true; |
| 185 | } |
| 186 | |
| 187 | @Override |
| 188 | public void propertyChange(PropertyChangeEvent evt) { |
no test coverage detected