Talk:Swing (Java): Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 82.145.248.24 - ""
Line 79:
 
Swing has some disadvantages. Most important one seems to be single threaded model, this is very limiting. Also Swing component takes more time to render. Im pretty sure that regular users of Swing can find others. <span style="font-size: smaller;" class="autosigned">—Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/82.145.248.24|82.145.248.24]] ([[User talk:82.145.248.24|talk]]) 05:02, 6 June 2009 (UTC)</span><!-- Template:UnsignedIP --> <!--Autosigned by SineBot-->
 
Every GUI framework that puts pixels on screens are single threaded, it's just a question of how they present it to the user. Flex disallows threading entirely, for example. Really Swing has only one thread allowed to touch pixels and objects representing the widgets, but any number of threads that can do anything else. Swing is merely upfront about it's nature. [[Special:Contributions/75.173.228.67|75.173.228.67]] ([[User talk:75.173.228.67|talk]]) 04:43, 28 June 2009 (UTC)