Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #1511
| From | "pramodsa" <pramodsa@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Embedding a Jframe in |
| Message-ID | <1177257019.930895.220100@e65g2000hsc.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <70e0436326a0a@uwe> |
| Date | 2011-04-27 15:33 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui
On Apr 18, 3:20 am, "Andrew Thompson" <u32984@uwe> wrote:
> pramodsa wrote:
>
> .
>
> >And how do I convert between applets and frames??
>
> See also
> <http://java.sun.com/docs/books/tutorial/deployment/applet/getStarted....>
>
> HTH
>
> --
> Andrew Thompsonhttp://www.athompson.info/andrew/
>
> Message posted via JavaKB.comhttp://www.javakb.com/Uwe/Forums.aspx/java-gui/200704/1
Hey,
Thanks Andrew...
I kind of got ur idea to work, but theres still seems to be a problem.
The applet gets loaded now, but im not able to load the images on to
the applet.
Im trying to use the following statements to load the images:
Image img1 =
Toolkit.getDefaultToolkit().getImage("bg.gif");
I also tried to use the below two:
Image img1 = getImage(getDocumentBase(),"bg.gif") ;
Image img1 = getImage(getCodeBase(),"bg.gif");
But, im unsuccessful.
I tried placing these statements in init() as well as outside init().
Please Help,
Thank You.
---
* 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 | Next in thread | Find similar | Unroll thread
Embedding a Jframe in an "pramodsa" <pramodsa@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "pramodsa" <pramodsa@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "pramodsa" <pramodsa@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
Re: Embedding a Jframe in "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:33 +0000
csiph-web