java.lang.Object
org.jpo.eventbus.CopyToNewZipfileHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEvent
(CopyToNewZipfileRequest request) Brings up a JFileChooser to select the target zip file and then copies the images there
-
Constructor Details
-
CopyToNewZipfileHandler
public CopyToNewZipfileHandler()
-
-
Method Details
-
handleEvent
Brings up a JFileChooser to select the target zip file and then copies the images there- Parameters:
request
- The request
-