SWT tandem scrollbars in composite
问题 I'm trying to add a button above the create two ScrolledComposites that scroll in tandem snippet from swt snippets the problem is that if I put the example code in a different Composite than the shell the example not working import org.eclipse.swt.*; import org.eclipse.swt.custom.*; import org.eclipse.swt.events.*; import org.eclipse.swt.layout.*; import org.eclipse.swt.widgets.*; public class tandemWithButton { public static void main(String[] args) { Display display = new Display(); Shell