rasband

Results 12 comments of rasband

The bug report was accepted. This is the message I got from Oracle: Dear Java Developer, We have finished evaluating your report and have assigned it a Bug ID: JDK-8223943....

Have you found a version of Java that does not have this problem?

Michael Schmid is the AVI guru.

This is a Fiji bug. The "Open Samples" command is recorded correctly in ImageJ.

I am not able to reproduce this problem using ImageJ 1.53t and Java 1.8.0_345 on Mac OS X 10.16.

Have you tried using segmented lines to define the tracks? A point on a segmented line is duplicated when you shift click on it.

The ant makefile that builds the ij.jar file (https://imagej.net/ij/source/build.xml) uses source="1.6" target="1.6" because Fiji fails to launch with source="1.8" target="1.8".

The ImageJ 1.45g14 daily build changes line 458 of ImageWindow.java from ` if (initialLoc!=null && ! bounds.equals(initialLoc) && !IJ.isMacro()` to ` if (!IJ.isMacro()`

I am not able to reproduce the problem with repainting the plot not matching the requested size but I do see a lot of flickering on Windows 11 and Azul...

What OS are you using? I'm using Windows 11 Home running on a Parallels virtual machine on an M1 (arm64) MacBook Air.