not much difference especially for sandboxes?
This commit is contained in:
parent
5a8406076d
commit
83ddbcdc24
|
@ -22,7 +22,7 @@ public class LiveDataParserSandbox {
|
|||
|
||||
VariableValueSource valueSource = getVariableValueSource(values);
|
||||
|
||||
new FrameHelper(JDialog.EXIT_ON_CLOSE).showFrame(new LiveDataParserPanel(new UIContext(), valueSource, "ac_control.cpp").getContent());
|
||||
new FrameHelper().showFrame(new LiveDataParserPanel(new UIContext(), valueSource, "ac_control.cpp").getContent());
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
|
|
@ -9,6 +9,6 @@ public class LiveDataPaneSandbox {
|
|||
UIContext uiContext = new UIContext();
|
||||
InitOnFirstPaintPanel panel = LiveDataPane.createLazy(uiContext);
|
||||
|
||||
new FrameHelper(WindowConstants.EXIT_ON_CLOSE).showFrame(panel.getContent());
|
||||
new FrameHelper().showFrame(panel.getContent());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue