What are heavyweight and lightweight components | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What are heavyweight and lightweight components

Why we use frame as component because it's container~~~??

17th Jun 2017, 3:25 PM
prashant vyas
prashant vyas - avatar
2 ответов
+ 2
There are two kinds of graphics components in the Java programming language:  -Heavyweight  -Lightweight A heavyweight component is associated with its own native screen resource (commonly known as a peer). Components from the java.awt package, such as Button and Label, are heavyweight components
17th Jun 2017, 3:47 PM
Limitless
Limitless - avatar
+ 1
If you type in: component.getWeight(); You'll get a CompPoint value which is inherited by the Point class. The CompPoint's Y value (which is marked as Size) will indicate how much size and tense the component is to the PC and the X value (which marks the complications value) indicates how complicated it was to make the component. The bigger the numbers the heavier the component. Once Y passes 1502 you'll know it's a heavy component and once the X passes 406 it adds up. No I have no idea what it is. But I hope you enjoyed me writing a ton off.... :P sorry for the spam
17th Jun 2017, 3:45 PM
Limitless
Limitless - avatar