Discussion:
java gui and windows api
(too old to reply)
yogesh
2004-08-25 18:14:33 UTC
Permalink
Does "java apis for gui development(swing and awt)" for Windows use
the underlying windows api at its core ?
As I read it that
a)it is completely impossible to avoid the "standard windows look and
feel" when using the windows api.
b)it is also difficult on Windows to develop a rich gui program
without using the Windows api.
Java has a very rich set of gui elements and that also are totally
different from windows look and feel.


regards,
Yogesh P Joshi
Hal Rosser
2004-08-28 19:09:16 UTC
Permalink
no - it has the jvm
I'm not positive - but I think 'SWT' goes closer to the OS and may use
windows api
Post by yogesh
Does "java apis for gui development(swing and awt)" for Windows use
the underlying windows api at its core ?
As I read it that
a)it is completely impossible to avoid the "standard windows look and
feel" when using the windows api.
b)it is also difficult on Windows to develop a rich gui program
without using the Windows api.
Java has a very rich set of gui elements and that also are totally
different from windows look and feel.
regards,
Yogesh P Joshi
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
Chander
2004-09-14 00:01:23 UTC
Permalink
I am sure that Java doesnt use Windows API as it platform independent
and ots look and feel remains same take it to any OS.. for rich look and
feel check the tutorial of java SWing and AWT.. at java.sun.com
Post by Hal Rosser
no - it has the jvm
I'm not positive - but I think 'SWT' goes closer to the OS and may use
windows api
Post by yogesh
Does "java apis for gui development(swing and awt)" for Windows use
the underlying windows api at its core ?
As I read it that
a)it is completely impossible to avoid the "standard windows look and
feel" when using the windows api.
b)it is also difficult on Windows to develop a rich gui program
without using the Windows api.
Java has a very rich set of gui elements and that also are totally
different from windows look and feel.
regards,
Yogesh P Joshi
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.744 / Virus Database: 496 - Release Date: 8/24/2004
Loading...