Monday, July 12, 2010
Resize Java Games
Resize Java Games
Here’s the step by step guide on how to resize Java games (.jar).Just Follow My Steps.
■ Run WinRAR, Open the file (jar) with it.
■ Look for the META-INF Folder.
■ Open this folder.
■ Look for file called MANIFEST.MF.
■ Open it via notepad or any other txt editor.
■Add the following two lines at the end of the text at the end of the MANIFEST.MF file:
■ Nokia-MIDlet-Original-Display-Size: www,xxx
■ Nokia-MIDlet-Target-Display-Size: yyy,zzz
It Would Be Like Below.
Nokia-MIDlet-Original-Display-Size: 176,208
Nokia-MIDlet-Target-Display-Size: 240,320
■In the example above 'www,xxx' represents the native game resolution, 'yyy,zzz' represents the resolution of your phone display.
You have just resized your Java™ game, ready to be played compatible with your own phone’s resolution.
Enjoy
Arafin Shaon
Subscribe to:
Post Comments (Atom)
0 Responses to “Resize Java Games”
Post a Comment