~tapaal-contributor/tapaal/display-shared-places-transitions-1879126

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/gui/components/BugHandledJXMultisplitPane.java

merged in lp:~yrke/tapaal/testbranch-syntaxOnlyChanges only reformating, no semantic changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
import org.jdesktop.swingx.MultiSplitLayout;
10
10
 
11
11
public class BugHandledJXMultisplitPane extends JXMultiSplitPane {
12
 
        private static final long serialVersionUID = -1705954511667020833L;
13
12
        
14
13
        public BugHandledJXMultisplitPane() {
15
14
                super();
18
17
        }
19
18
        
20
19
        private class BugHandledMultiSplitLayout extends MultiSplitLayout{
21
 
                private static final long serialVersionUID = 6869283686441692830L;
22
20
                
23
21
                public Component getComponentForName(String name){
24
22
                        return getComponentForNode(getNodeForName(name));