NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #975 (closed defect: fixed)

Opened 2012-02-13T21:51:38-06:00

Last modified 2013-03-19T13:33:42-05:00

Red X appears initially in new image windows

Reported by: curtis Owned by: curtis
Priority: minor Milestone: imagej-2.0.0
Component: Display API Version:
Severity: cosmetic Keywords:
Cc: Blocked By:
Blocking:

Description

When a new image window pops up (e.g., from File > Open Samples > Blobs), there is initially a red X where the image should be, before it finally gets painted a second or two later. This is a cosmetic problem, but somewhat ugly, and may cause window packing bugs with certain L&Fs and/or on certain platforms.

Change History

comment:1 Changed 2012-05-17T14:09:19-05:00 by bdezonia

I'm pretty sure this will not cause packing problems. I have debugged into JHotDraw and uts simply drawing a rect and two lines within the current preferred size.

comment:2 Changed 2013-03-19T13:33:42-05:00 by curtis

  • Status changed from new to closed
  • Resolution set to fixed

This problem does not occur anymore. The behavior is still not perfect (try Nile Bend and watch as the window appears huge, then resizes smaller...) but there is no more red X.