Question

How are gui's created at the lowest level? In Java, one may type in a JFrame method and create a window. At some point, this window must be coded pixel by pixel. Is this done by assembly, machine code, or microcode in the processor?

Était-ce utile?

La solution

At the lowest level gui's are created with electrons floating through a series of semi conductors... after that they are 0's and 1's representing binary, then machine code, then assly (depending on the CPU architecture) then programming language, are you trying to make your own gui with ought any template? Try using an image as the GUI.

Setting background images in JFrame

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top