Swing without AWT?
Hi,
has any proejct uses a swing implementation bypassing awt for
heavyweight compoents?
That is anyone thought of swing using opengl (jogl etc ) directly.
Or eve awt with opengl instead of x11 or gdi calls?
That may help to ship a subset of swing library even for mobile
devices which has an opengl (1.2 or 1.2 may be) support ...
AWT may have a little problem with it as its components need to look
native, while swing may not have any such problem...
A few GUI like fenggui uses opengl for components. but they are
seperate ui, rather than awt or swing ....
abir
.
Relevant Pages
- Re: Swing without AWT?
... Something like opengl. ... The way glut implemented windows api.... ... Or eve awt with opengl instead of x11 or gdi calls? ... Thus I was thinking something like implementing swing bypassing awt (i ... (comp.lang.java.gui) - Re: New applet project
... A web start application (or applet) ... object moving in a window; I have also some text attached to this work ... Note that (java.awt.)Canvas is part of the AWT, ... looking to Swing for good GUI's. ... (comp.lang.java.help) - Re: Frustrated by AWT..need some help
... every confidence that Matisse can use normal J2SE layouts, so it should be possible to write this code* using Matisse ... between Swing and AWT yet, and the replies to this thread have done little to help. ... AWT based GUI Development, come from the AWT. ... The major difference is in the set of *GUI* components offered by each. ... (comp.lang.java.help) - Re: Swing better than Awt?
... Swing is based on AWT. ... The main difference between AWT and Swing is that Swing paints components by itself while AWT let the native system paint them. ... private ActionListener listener = new ActionListener{ ... public void actionPerformed(ActionEvent e) { ... (comp.lang.java.programmer) - Re: Swing vs .NET
... I didn't know that Swing is a set of AWT. ... "Java, used to develop a business data driven application rich of GUI, ... When you compare Javaworld to .Net, ... (comp.lang.java.gui) |
|