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 #463 (closed defect: fixed)

Opened 2011-04-28T16:22:53-05:00

Last modified 2011-06-20T12:01:36-05:00

Fix painting problem with SwingInputPanel on Windows

Reported by: gharris Owned by: gharris
Priority: major Milestone: imagej2-b1-initial
Component: Plugin Framework Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description (last modified by curtis)

On Windows (7, at least) plugin input dialogs do not paint correctly. Things are only partially painted, with a large white space blocking view of the rest.

Change History

comment:1 Changed 2011-04-28T16:42:41-05:00 by gharris

On Windows (7, at least) input dialog does not paint correctly. Only part of a widget is painted.

comment:2 Changed 2011-04-28T16:44:29-05:00 by curtis

  • Description modified
  • Summary changed from Fix Plugin Input Component (fails to display correctly on Win) to Fix painting problem with SwingInputPanel on Windows

comment:3 Changed 2011-05-16T15:20:24-05:00 by gharris

Regarding first field in InputPanel not displaying:
Tried forcing setVisible() onto the EDT, but does not make any difference.
This may have something to do with MigLayout.
I tried adding a message as the first item and this did force the next field to be visible.
Also tried changing the size (+40 to height) - again no diff.

comment:4 Changed 2011-06-20T12:01:36-05:00 by gharris

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

Curtis fixed this as part of some changes to SwingInputPanel