Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #4437
| From | "Mark Space" <mark.space@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Looking for a simple |
| Message-ID | <gf28cd$ut5$1@registered.motzarella.org> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <252e7276-6bd1-4c07-ac29-dbc6318f3801@w39g2000prb.googlegroups.com> |
| Date | 2011-04-27 15:50 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui Simo Melenius wrote: > I would hope to find something that is less complex and object > oriented than AWT and more imperative, thus making it suitable for I don't know of any such libraries for Java, sorry. However, if you don't find any, I think you could simulate it pretty well by drawing as you like on an Image (Java class) and then just passing the Image to the JWindow or JFrame (top level Java Swing components) for display. Animation can be done by flipping a pair of images. I think Swing will do this automatically if you ask it (double buffered flag). Swing is the new AWT btw, generally you should prefer it over AWT in new development. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar
Looking for a simple grap "Simo Melenius" <simo.melenius@THRWHITE.remove-dii-this> - 2011-04-27 15:50 +0000 Re: Looking for a simple "Mark Space" <mark.space@THRWHITE.remove-dii-this> - 2011-04-27 15:50 +0000
csiph-web