JAL-4004 add the autogenerated whatsNew.html and releases.html to .gitignore
[jalview.git] / unused / javajs / api / GenericImageDialog.java
1 package javajs.api;
2
3 public interface GenericImageDialog {
4
5   void closeMe();
6
7   void setImage(Object image);
8
9 }