Skip to content

Commit 2a1233a

Browse files
author
akramhar
committed
version update
1 parent 9381971 commit 2a1233a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/main/java/edu/umassmed/omega/commons/constants/OmegaGenericConstants.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
import edu.umassmed.omega.commons.data.coreElements.OmegaExperimenter;
3535

3636
public class OmegaGenericConstants {
37-
37+
3838
public final static OmegaExperimenter OMEGA_DEFAULT_EXPERIMENTER = new OmegaExperimenter(
3939
"Default", "Experimenter");
40-
40+
4141
// BUILD AND INFO
4242
public final static String OMEGA_TITLE = "OMEGA pre beta release";
43-
public final static String OMEGA_BUILD = "build 0.39";
43+
public final static String OMEGA_BUILD = "build 0.46";
4444
public final static String OMEGA_WEBSITE = "http://omega.umassmed.edu/";
4545
public final static String OMEGA_AUTHOR = "UMass Medical School";
4646
public final static String OMEGA_DESCRIPTION = "<html>Open Microscopy Environment inteGrated Analysis</html>";
47-
47+
4848
public static String PREF_GRAPH_LINE_SIZE = "Graphics Line Size";
4949
public static Integer PREF_GRAPH_LINE_SIZE_VAL = 2;
5050
public static String PREF_GRAPH_SHAPE_SIZE = "Graphics Shape Size";
5151
public static Integer PREF_GRAPH_SHAPE_SIZE_VAL = 2;
5252
public static String PREF_TRACK_LINE_SIZE = "Trajectory Line Size";
5353
public static Integer PREF_TRACK_LINE_SIZE_VAL = 2;
54-
54+
5555
// PATHS AND FILENAMES
5656
public final static String OMEGA_IMGS_FOLDER_2 = "." + File.separator
5757
+ "src" + File.separator + "main" + File.separator + "resources"
@@ -60,7 +60,7 @@ public class OmegaGenericConstants {
6060
public final static String OMEGA_ERROR_INTERPOLATION_FOLDER_2 = "."
6161
+ File.separator + "src" + File.separator + "main" + File.separator
6262
+ "resources" + File.separator + "errorInterpolation";
63-
63+
6464
public final static String OMEGA_ERROR_INTERPOLATION_FOLDER = "errorInterpolation";
6565
public final static String OMEGA_ERROR_INTERPOLATION_DATA = "2018-05-10";
6666
public final static String OMEGA_ERROR_INTERPOLATION_D_FILE = "D_interpolation_data_old.csv";
@@ -71,27 +71,27 @@ public class OmegaGenericConstants {
7171
public final static String OMEGA_ERROR_INTERPOLATION_SMSS_FILE_L3 = "SMSS_interpolation_data_L3.csv";
7272
public final static String OMEGA_ERROR_INTERPOLATION_SMSS_FILE_L5 = "SMSS_interpolation_data_L5.csv";
7373
public final static String OMEGA_ERROR_INTERPOLATION_SMSS_FILE_L10 = "SMSS_interpolation_data_L10.csv";
74-
74+
7575
// LOGS
7676
public final static String LOG_TRAIN_CALLED = "DLL train method called";
7777
public final static String LOG_SEGMENT_CALLED = "DLL segment method called";
7878
public final static String LOG_SET_INI_FAILED = "Cannot set the INI file";
79-
79+
8080
// DATE FORMATTING
8181
public final static String OMEGA_DATE_FORMAT = "yyyy-MM-dd_hh-mm-ss";
8282
public final static String OMEGA_DATE_FORMAT_LBL = "yyyy";
83-
83+
8484
// COLORS
8585
public final static Color getDefaultSelectionBackgroundColor() {
8686
final UIDefaults defaults = javax.swing.UIManager.getDefaults();
8787
return defaults.getColor("List.selectionBackground");
8888
}
89-
89+
9090
public final static Color getDefaultSelectionForegroundColor() {
9191
final UIDefaults defaults = javax.swing.UIManager.getDefaults();
9292
return defaults.getColor("List.selectionForeground");
9393
}
94-
94+
9595
public static Color getDefaultBackgroundColor() {
9696
final UIDefaults defaults = javax.swing.UIManager.getDefaults();
9797
return defaults.getColor("List.background");

0 commit comments

Comments
 (0)