Skip to content

Commit ccb6bd8

Browse files
committed
electrum version
1 parent 1af47b8 commit ccb6bd8

File tree

1 file changed

+2
-2
lines changed
  • electrum/src/main/java/edu/mit/csail/sdg/alloy4viz

1 file changed

+2
-2
lines changed

electrum/src/main/java/edu/mit/csail/sdg/alloy4viz/VizGUI.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public VizGUI(boolean standalone, String xmlFileName, JMenu windowmenu, Computer
361361
this.enumerator = enumerator;
362362
this.standalone = standalone;
363363
this.evaluator = evaluator;
364-
this.frame = makeWindow ? new JFrame("Alloy Visualizer") : null;
364+
this.frame = makeWindow ? new JFrame("Alloy (Electrum) Visualizer") : null; // [HASLab]
365365

366366
// Figure out the desired x, y, width, and height
367367
int screenWidth=OurUtil.getScreenWidth(), screenHeight=OurUtil.getScreenHeight();
@@ -716,7 +716,7 @@ public void loadXML(final String fileName, boolean forcefully, int state) {
716716
windowmenu.setEnabled(true);
717717
if (frame!=null) {
718718
frame.setVisible(true);
719-
frame.setTitle("Alloy Visualizer "+Version.version()+" loading... Please wait...");
719+
frame.setTitle("Alloy Visualizer "+Version.version() + " (Electrum Analyzer "+Version.eleVersion()+")"+" loading... Please wait..."); // [HASLab]
720720
OurUtil.show(frame);
721721
}
722722
updateDisplay();

0 commit comments

Comments
 (0)