How does the programmer specify where each component
appears, how big each component should be, etc.?
● Absolute positioning (C++, C#, others):
– Programmer specifies exact pixel coordinates of every component.
– "Put this bu on at (x=15, y=75) and make it 70x31 px in size.