Changes between Initial Version and Version 1 of Ticket #18523, comment 32


Ignore:
Timestamp:
2020-01-30T17:02:09+01:00 (5 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18523, comment 32

    initial v1  
    1717}}}
    1818
    19 I hate working on UI stuff. I don't get why there would be a different behavior if you call `super.getPreferredSize()` versus just `super.getMinimumSize()` -- it makes no logical sense to me. There is probably something somewhere in the code that will clear it up though.
     19I hate working on UI stuff. I don't get why there would be a different behavior if you call `super.getPreferredSize()` before `super.getMinimumSize()` versus just `super.getMinimumSize()` -- it makes no logical sense to me. There is probably something somewhere in the code that will clear it up though.