This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Want to help integrating swing. Is already someone working onit?


Clemens Eisserer wrote:

As far as I know SWING doesnt need any native calls, its completlywritten on top of AWT.

yes.

Java2d also isnt based on native functions.

java2d itself probably uses native calls.

LOL :D ok. Let's start small ok???

Someone wrote a nice program that read javadoc and
write implementation skeleton. Any Swing project would
benefit from that tool a lot, IMHO. Swing is basically a lot
of small functions: The many getXXX and setXXX are
probably just one-line-calls, for example.
Cedric



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]