See the announcement at The Java Source. I know that many of you are already successfully using Java 7 to run Jam. After February, I may make some reductions in code base taking advantage of new Java 7 API's.
I copied the CVS JFE repository over to a git repository called 'testfrontend'. My previous post implied there is a git for the VxWorks code, but that is not the case. The VxWorks code is available as a single snapshot download from the 'Files' tab.
I've migrated the java source code repository over to git. I've tested it by cloning it to a machine, running the build script, and running Jam. I hit a couple of hiccups, which resulted in one new check-in to the new git repository already.
I plan on migrating the VxWorks source code repository over to git soon.
I will probably delete the CVS repositories once I am satisfied that the Git repositories are both working.
Full Release with windows installer.
[ 1543140 ] ArrayIndexOutOf Bounds painting 2D gates
The case of zero gate points wasn't being handled correctly.
Fix of scaler display problem
(Random NullPointerException: Initialized ScalerDisplay dialog field array to an empty array instead of null, and synchronized thread access to the array using a private monitor object.)
Bug Fixes
Bugs Fixed:
Bugs fixed:
Feature/Changes:
Notes:
Changes:
New Features:
Sort parameters values can now be save and loaded from a file.
Improvement of Parameter, Scaler and Monitor dialog boxes, a scrollbar is added to handle many entries.
New features:
Changes:
Windows, Linux and MacOS X downloads are available.
Change Log:
Platform-indep release and Windows release, others if requested
Changes:
(1) The Histogram chooser includes icons to mark those histograms that contain gates. They are a "gates present but not all defined" icon, and a "gates present and all defined" icon. (2) The selection toolbar at top and the action toolbar at the side, can now be dragged away from the main window to make more room for the plot. (3) HDF I/O classes have been refactored to make more use of the Java Collections API, specifically Maps, which makes the code more readable, and (at least theoretically) improves HDF I/O speed.
Some nice changes: (1) Tightened up the response time of the histogram and gate choosers. (2) The histogram chooser now shows the histogram number, name, and whether it's 1D or 2D. (3) Console command added for histogram display. E.g., entering "d 15" in the console will cause Jam to display histogram 15, if it exists. Additions for doing overlays will be included in the next release. (4) To add clarity, the histogram number is now shown in the upper lefthand corner of the plots. (5) Much documentation has been added/corrected about the communications between Jam and the front end computer.
The jar files for Jam 1.4 RC 2 are released. The only changes from RC 1 are fixes in how Radware .spe and ORNL .his/.drr files are written out.
More text importing and improved histogram projections mark this release. See the release notes for more. If installers for other platforms, email Dale Visser. http://jam-daq.sf.net/
The latest development branch code subsequent to v1.4.0beta3 now includes multiple gaussian peak fitting, and a true color gradient color scale option for 2d histogram plots.
Help files have finally been added to Jam. In addition to some minor bug fixes, a workaround for MacOSX machines that draw 2d gates slowly has been included. See Help|User Guide|Menus|Preferences for details.