]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / DebuggerSelection.java
diff --git a/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java b/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java
new file mode 100644 (file)
index 0000000..edceb1a
--- /dev/null
@@ -0,0 +1,14 @@
+package org.simantics.debug.graphical;\r
+\r
+import javax.swing.JList;\r
+\r
+public class DebuggerSelection extends JList {\r
+\r
+    private static final long serialVersionUID = 2502385778204965742L;\r
+    \r
+    public DebuggerSelection() {\r
+        super(new String[] {"a", "b", "c"});\r
+    }\r
+    \r
+\r
+}\r