Originally posted by Burkhard Hassel:
These kinds of warning occur when you assign a generic variable to a "legacy object":
Originally posted by rinke hoekstra:
Points you did not mention explicitly:
* the form should behave well when changing the screen resolution (not becoming a mess)
* Probably you should test it out at least on both linux and windows.
Originally posted by Mike Anakin:
List<? extends String>
List<? super String>
Originally posted by Manfred Klug:
No. You will not get a warning at this point.
Originally posted by Zein Nunna:
See my objective is to build something as efficient as possible. I want to do that from the start than to come back later and try to change things.