0
ScrolledComposite sc = new ScrolledComposite(parent, SWT.H_SCROLL | SWT.V_SCROLL);
Composite composite = new Composite(sc, SWT.NONE);
composite.setSize(1000, 1000);
composite.setLayout(new FillLayout());
composite.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_WHITE));
Display angezeigt Bildlaufleiste funktioniert aber nichtWie Bildlaufleiste hinzufügen und es in Composite-Arbeit
Wie es zu beheben?