Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 08cad474 authored by Chan Leduc's avatar Chan Leduc
Browse files

--fixed error in constructor SWTInterface

parent 2b11c58a
Branches
Tags
No related merge requests found
......@@ -213,10 +213,10 @@ public class SWTInterface extends JPanel {
public File alignFolder = null;
public static File basicFolder = null;
public Frame rootFrame;
public SWTInterface(Frame f) {
//public SWTInterface(Frame f) {
//It is needed
rootFrame = f;
}
// rootFrame = f;
//}
public void offlineInit(boolean init){
//OntologyFactory.setDefaultFactory("fr.inrialpes.exmo.align.onto.owlapi2.OWLAPI2OntologyFactory");
online = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment