This commit is contained in:
@@ -2142,7 +2142,7 @@ public class ScreenPanel3 extends Panel {
|
||||
synchronized (imageBuffer) {
|
||||
saveFrames("camera_stack", imageBuffer);
|
||||
}
|
||||
SwingUtils.showMessage(getTopLevel(), "Success", "Generated data file:\n" + getContext().getExecutionPars().getPath(), 5000);
|
||||
SwingUtils.showMessage(getTopLevel(), "Success", "Generated data file:\n" + getContext().getExecutionPars().getPath());
|
||||
}
|
||||
|
||||
public static String getCameraType(String name) {
|
||||
@@ -3250,6 +3250,7 @@ public class ScreenPanel3 extends Panel {
|
||||
toolBar.add(buttonReticle);
|
||||
|
||||
buttonTitle.setIcon(getIcon("Title"));
|
||||
buttonTitle.setSelected(true);
|
||||
buttonTitle.setText(" ");
|
||||
buttonTitle.setToolTipText("Show Camera Name");
|
||||
buttonTitle.setFocusable(false);
|
||||
|
||||
Reference in New Issue
Block a user