Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
GridLayout gl = new GridLayout(3,false);
fc.setLayout(gl);
GridData treeGridData = new GridData();
treeGridData.widthHint = 150;
treeGridData.heightHint = 200;
treeViewer = new TreeViewer(fc,SWT.V_SCROLL);
GridData tableViewerData = new GridData();
tableViewerData.widthHint = 120;
tableViewerData.heightHint = 200;
treeViewer.getTree().setLayoutData(treeGridData);