Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Two modifications to showOkCancelDialog. #120

Closed jon4than closed 7 years ago

jon4than commented 7 years ago

Tommy and I thought this may be of use (but no biggie if it isn't!). I'll just include the text from the commit message below.

This adds a parameter named resizable to a new showOkCancelDialog method that controls whether or not the resulting dialog can be resized.

The other change is that the now the resulting dialog's preferred size is set to the preferred size of the contents parameter.

Existing calls in the IDV to showOkCancelDialog should behave the same as before, as the default behavior is to set resizable to true.