Changes between Initial Version and Version 1 of Ticket #18523, comment 32
- Timestamp:
- 2020-01-30T17:02:09+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18523, comment 32
initial v1 17 17 }}} 18 18 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. 19 I 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.