LWJGL
May 22, 2012, 16:12:37
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
LWJGL 2.8.3 released!
Home
Help
Search
Login
Register
LWJGL
>
Programming
>
General Java Game Development
>
Popout Applet?
Pages: [
1
]
« previous
next »
Print
Author
Topic: Popout Applet? (Read 580 times)
Disastorm
Newbie
Posts: 3
Popout Applet?
«
on:
September 05, 2011, 01:49:26 »
Hello, I was jut wondering if using the LWJGL AppletLoader is there a way to have the Applet load in a popup frame instead of on the webpage?
Logged
kappa
Administrator
Nerdus Imperius
Posts: 961
Re: Popout Applet?
«
Reply #1 on:
September 05, 2011, 03:13:12 »
yes, two ways come to mind:
1) You can have the appletloader load on the webpage, and then the LWJGL application open as an external window (just don't set a Display.setParent()).
2) You can use javascript to open a new html popup window with the desired size which then in turn just has a html file to the appletloader.
Logged
Disastorm
Newbie
Posts: 3
Re: Popout Applet?
«
Reply #2 on:
September 05, 2011, 15:14:14 »
Is there a way to do #1 with Slick? (I'm not interacting with Display at all so I guess Slick is doing that?)
Logged
kappa
Administrator
Nerdus Imperius
Posts: 961
Re: Popout Applet?
«
Reply #3 on:
September 05, 2011, 15:39:20 »
well if you really want a popout I don't think you really want to go for applets then, have a look at Java Web Start or
GetDown
. Those two tech's should provide you with exactly what you're looking for.
Logged
Disastorm
Newbie
Posts: 3
Re: Popout Applet?
«
Reply #4 on:
September 05, 2011, 15:44:16 »
Thanks.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Programming
-----------------------------
=> Lightweight Java Library Game Development
=> LWJGL Documentation
=> Bug Reports / RFE
=> OpenGL
=> OpenAL
=> General Java Game Development
-----------------------------
Archive
-----------------------------
=> Resolved Bugs/RFE
=> DirectX
=> DevIL
=> FMOD
Loading...