He Leute,
wie im Titel schon gesagt, ich habe eine Eclispe View und will das diese Scrollbar wird. Leider funktioniert das nicht mit SWT.H_SCROLL u.s.w
Die View an sich is sehr simple:
public void createPartControl(Composite parent) {
label = new Label(parent, 0);
label.setImage(i);
}
kann jemand helfen? Danke schonmal.
Gruß B
wie im Titel schon gesagt, ich habe eine Eclispe View und will das diese Scrollbar wird. Leider funktioniert das nicht mit SWT.H_SCROLL u.s.w
Die View an sich is sehr simple:
public void createPartControl(Composite parent) {
label = new Label(parent, 0);
label.setImage(i);
}
kann jemand helfen? Danke schonmal.
Gruß B