shell.setText("File Browser"); shell.setLayout(new GridLayout(2, true)); GridData data = new GridData(GridData.FILL_BOTH); text = new Text(shell, SWT.NONE);
確定! 回上一頁