예제 #1
0
  private void createDestinationArtifactSelectArea(Composite parent) {
    Label selectParentInstructions = new Label(parent, SWT.NONE);
    selectParentInstructions.setText("Select parent artifact:");

    artifactSelectPanel.createControl(parent);
    artifactSelectPanel.addListener(this);
  }