~yrke/tapaal/removeNetType

« back to all changes in this revision

Viewing changes to src/net/tapaal/swinghelpers/JSplitPaneFix.java

MergedĀ lp:~yrke/tapaal/testbranch-syntaxOnlyChanges

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
public class JSplitPaneFix extends JSplitPane {
9
9
 
10
 
        /**
11
 
         * 
12
 
         */
13
 
        private static final long serialVersionUID = -4493433117542095206L;
14
10
        private boolean isPainted;
15
11
        private boolean hasProportionalLocation;
16
12
        private double proportionalLocation;