Please help me =)

Questions/Tutorials for any programming language not covered in other sections.
3 posts Page 1 of 1
Contributors
User avatar
muttley1968
Hardcore Programmer
Hardcore Programmer
Posts: 622
Joined: Thu Jun 17, 2010 11:54 pm

Please help me =)
muttley1968
First off sorry if this is in wrong section didnt know were to put it really

i have a java applet and i was wondering if it is possible to make it the same
size as the window it is in and resize like a normal vb program would for example
here is the code i have
Code: Select all
<div style="background-color:transparent;margin-left:auto;margin-right:auto;position:relative;width:960px;height:630px;">
<div style="position:absolute;left:0px;top:0px;width:960px;height:1000px;">
     <applet code="net.minecraft.Launcher" archive="https://s3.amazonaws.com/MinecraftDownload/launcher/MinecraftLauncher.jar?v=1333544508000" codebase="/game/" width="960" height="625" > 
     <param name="separate_jvm" value="true">                        
     <param name="java_arguments" value="-Xmx1024M -Xms1024M -Dsun.java2d.noddraw=true -Dsun.awt.noerasebackground=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false"> 
     <param name="userName" value="Minecraft_Tool">       
     <param name="latestVersion" value="1333544508000">        
     <param name="downloadTicket" value="f2b2c96dd587807b502a64f7c6a7854b">    
     <param name="sessionId" value="6332351091269120883">    
</div>
</div>

i would also like to know if it is possible to make a textbox were they enter a username and it changes
this feild
Code: Select all
     <param name="userName" value="Minecraft_Tool">       
to the name they entre
and if it is then can that display before the game does

if anyone could figure this out i would be really happy thank you and sorry again if it is in wrong section
User avatar
benji_19994
VIP - Donator
VIP - Donator
Posts: 156
Joined: Mon Apr 16, 2012 3:13 pm

Re: Please help me =)
benji_19994
Just use the Mineshafter Minecraft

https://mineshafter.appspot.com/

Not unless Your'e including it into your app for a reason
User avatar
muttley1968
Hardcore Programmer
Hardcore Programmer
Posts: 622
Joined: Thu Jun 17, 2010 11:54 pm

Re: Please help me =)
muttley1968
well I need to use it in my app but thanks anyway
3 posts Page 1 of 1
Return to “Misc”