|
|
|
|
|
|
|
|
|
|
Re: Scrollable figures [message #1732010 is a reply to message #1726236] |
Wed, 11 May 2016 16:22 |
Oleksiy Bulhakov Messages: 5 Registered: May 2016 |
Junior Member |
|
|
I am sorry to bother you, but can you provide more detailed explanation on how to implement scroll bar in a shape, please. I still have some difficulties with understanding these Layout isssues, and I still get brown rectangular area instead of scrollable area.
Thanks in advance.
UPD: I've already understood the problem, and fixed it.
That's an answer:
public class ScrollFigure extends ScrollPane implements IGraphicsAlgorithmRenderer {
@Override
public void setLayoutManager(LayoutManager manager) {
super.setLayoutManager(new ScrollPaneLayout());
}
}
[Updated on: Fri, 13 May 2016 11:53] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.04870 seconds