Skip to content
Snippets Groups Projects
Commit 2072ab2d authored by Katy Saintin's avatar Katy Saintin
Browse files

Modification Table, ImageViewer

parent 8fe684f9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Group;
import org.eclipse.swt.widgets.Shell;
import fr.soleil.comete.swt.Table;
import fr.soleil.comete.swt.StringTable;
import fr.soleil.data.container.matrix.StringMatrix;
public class DemoTable {
......@@ -45,7 +45,7 @@ public class DemoTable {
componentPanel.setBackground(new Color(Display.getCurrent(), 255, 175, 175));// PINK as in
// awt
final Table<String> theComponent = new Table<String>(componentPanel, SWT.NONE);
final StringTable theComponent = new StringTable(componentPanel, SWT.NONE);
theComponent.setLayoutData(new RowData(275, 150));
// ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment