Skip to content
Snippets Groups Projects
Commit 32414063 authored by Sylvain Mainguy's avatar Sylvain Mainguy
Browse files

No commit message

No commit message
parent 47babac7
No related branches found
No related tags found
No related merge requests found
...@@ -62,12 +62,6 @@ public class ImageViewer extends CometeComposite<Control> implements IImageViewe ...@@ -62,12 +62,6 @@ public class ImageViewer extends CometeComposite<Control> implements IImageViewe
super(parent, SWT.EMBEDDED | style); super(parent, SWT.EMBEDDED | style);
frame = SWT_AWT.new_Frame(this); frame = SWT_AWT.new_Frame(this);
// Create ImageViewer from ANSTO
// frame.add((Component) imageViewer);
// this.pack();
// this.getParent().layout(true, true);
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment