SingleMolecule / iSBatch

Hierarchical batch plugin for ImageJ
http://singlemolecule.github.io/iSBatch/
1 stars 1 forks source link

Import panel resize #13

Closed Jhsmit closed 9 years ago

Jhsmit commented 9 years ago

The import panel does not resize correctly

cmpunter commented 9 years ago

The import panel has a minimum size. When resizing this windows below this minimum size all gui components try to shrink so that everything still fits in the window. The result of this is that the input fields will disappear (or at least will be super tiny). I think the solution is to disable resizing on each dialog window.

cmpunter commented 9 years ago

When using a null layout the components will not try to shrink. Also in this case some of the components will not (or partly) be visible. So I still would go for non-resizable dialog (like most dialogs in Windows). I just added (not committed yet) : setResizable(false);