X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.debug.graphical%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fgraphical%2FDebuggerSelection.java;fp=bundles%2Forg.simantics.debug.graphical%2Fsrc%2Forg%2Fsimantics%2Fdebug%2Fgraphical%2FDebuggerSelection.java;h=edceb1a1a636c146fd91cc2ed0405962255b7b14;hp=0000000000000000000000000000000000000000;hb=969bd23cab98a79ca9101af33334000879fb60c5;hpb=866dba5cd5a3929bbeae85991796acb212338a08 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 index 000000000..edceb1a1a --- /dev/null +++ b/bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/DebuggerSelection.java @@ -0,0 +1,14 @@ +package org.simantics.debug.graphical; + +import javax.swing.JList; + +public class DebuggerSelection extends JList { + + private static final long serialVersionUID = 2502385778204965742L; + + public DebuggerSelection() { + super(new String[] {"a", "b", "c"}); + } + + +}