Removed duplicate public keywords.
This commit is contained in:
parent
e14b484ca5
commit
30418cad13
90 changed files with 694 additions and 720 deletions
|
|
@ -13,8 +13,8 @@ import net.forwardfire.vasc.core.VascException;
|
|||
*/
|
||||
public interface SwingPanelIntegration {
|
||||
|
||||
public void createNewVascView(VascEntry entry) throws VascException;
|
||||
public JPanel initVascView();
|
||||
public void openVascView(JPanel pane,VascEntry entry);
|
||||
public void closeVascView(JPanel pane,VascEntry entry);
|
||||
void createNewVascView(VascEntry entry) throws VascException;
|
||||
JPanel initVascView();
|
||||
void openVascView(JPanel pane,VascEntry entry);
|
||||
void closeVascView(JPanel pane,VascEntry entry);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue