Where can i get swing source code?

Does sun open the source code of Swing component?
[56 byte] By [youhaodiyia] at [2007-11-27 8:57:54]
# 1
Hi!Well, just open the JDK src.zip file and search for the swing component You want.HIH
ruivalea at 2007-7-12 21:23:07 > top of Java-index,Desktop,Core GUI APIs...
# 2
I found all the source code in src.zip were written by java. Is this all the source code of JVM. I thought JVM was written by C.
youhaodiyia at 2007-7-12 21:23:07 > top of Java-index,Desktop,Core GUI APIs...
# 3

They haven't yet made the jvm open source, but they are thinking on those terms AFAIK. JVM is written in C AFAIK as well and so is the java compiler.

What you see in the source is the source of the library that they have made which you use in your programs..All the classes that you import for common work, their source code.

DhruvaSagara at 2007-7-12 21:23:07 > top of Java-index,Desktop,Core GUI APIs...
# 4
The JVM source code is available, too: http://download.java.net/jdk6/
uncle_alicea at 2007-7-12 21:23:07 > top of Java-index,Desktop,Core GUI APIs...