Skip to content
Snippets Groups Projects
Commit 13ad6ce6 authored by dgelessus's avatar dgelessus
Browse files

Remove commented out example code

parent 47297231
No related branches found
No related tags found
No related merge requests found
...@@ -97,16 +97,6 @@ public class ClassicPreferences extends PreferencePage implements ...@@ -97,16 +97,6 @@ public class ClassicPreferences extends PreferencePage implements
gridData2.horizontalSpan = 3; gridData2.horizontalSpan = 3;
versionRemark.setLayoutData(gridData2); versionRemark.setLayoutData(gridData2);
// Link link = new Link(pageComponent, SWT.BORDER);
// link
// .setText("This a very simple <A href=\"/downloads.php\">link</A> widget.");
// link.setSize(140, 40);
// link.addListener(SWT.Selection, new Listener() {
// public void handleEvent(final Event event) {
// System.out.println("Selection: " + event.text);
// }
// });
return pageComponent; return pageComponent;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment