Can i CREATE Swing objects from without EDT?

SubjThenx.
[24 byte] By [Rai220a] at [2007-11-27 3:41:10]
# 1
Yes, you can create Swing components and set their properties in any thread as long as the component hasn't been realized yet (by calling pack or setVisible on its parent).
BinaryDigita at 2007-7-12 8:44:40 > top of Java-index,Desktop,Core GUI APIs...