In java-awt borders fit seamlessly into the layout concept. .NET doesn't even know Border-objects, but instead draws some kind of standard borders around a control. No size information available for these borders, which means, use trial and error to get a size fitting the settings best.
What if MS decides to add more border types with possibly other needs for space?
How about to implement a border system as well for the layout manager system?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In java-awt borders fit seamlessly into the layout concept. .NET doesn't even know Border-objects, but instead draws some kind of standard borders around a control. No size information available for these borders, which means, use trial and error to get a size fitting the settings best.
What if MS decides to add more border types with possibly other needs for space?
How about to implement a border system as well for the layout manager system?