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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top