A lot of small updates. Finishing split-merge functions.

This commit is contained in:
Dmitry Isaenko 2020-01-24 23:44:21 +03:00
parent ca061cd1f2
commit 3d3fb56f9e
16 changed files with 416 additions and 266 deletions

View file

@ -119,6 +119,10 @@ public class NSLMainController implements Initializable {
public FrontController getFrontCtrlr(){
return FrontTabController;
}
public SplitMergeController getSmCtrlr(){
return SplitMergeTabController;
}
/**
* Save preferences before exit
* */