Skip to content

Commit 9a04df3

Browse files
hansonrhansonr
authored andcommitted
Adds JSSplitPaneUI.getDivider()
1 parent 7216b21 commit 9a04df3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sources/net.sf.j2s.java.core/src/swingjs/plaf/JSSplitPaneUI.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -668,13 +668,13 @@ public void actionPerformed(ActionEvent ev) {
668668
}
669669
}
670670

671-
// /**
672-
// * Returns the divider between the top Components.
673-
// */
674-
// public BasicSplitPaneDivider getDivider() {
675-
// return divider;
676-
// }
677-
671+
/**
672+
* Returns the divider between the top Components.
673+
*/
674+
public SplitPaneDivider getDivider() {
675+
return divider;
676+
}
677+
678678
/**
679679
* Returns the default non continuous layout divider, which is an instanceof
680680
* Canvas that fills the background in dark gray.

0 commit comments

Comments
 (0)