Results 1 to 3 of 3
Thread: I want resolution reduced?
- 07-30-2012, 05:13 PM #1
Member
- Join Date
- Jul 2012
- Location
- Norway
- Posts
- 29
- Rep Power
- 0
I want resolution reduced?
Is there any way to reduce the resolution of the java program window so that 1 pixel is shown at twice the size, for instance? Or do I need to pixelate the various textures etc manually e.g. by making 4 pixels look like 1? How do I get "low fidelity" graphics (if I've understood that phrase correctly), reminiscent of the really old PC games and SNES 16-bit graphics?
Would be nice if there existed some setWindowResolution predefined java method or class.Last edited by DrMadolite; 07-30-2012 at 05:18 PM.
- 07-30-2012, 05:20 PM #2
Re: I want resolution reduced?
You can set the size of the window yourself, and you can draw however you want, including scaling everything up.
How to Ask Questions the Smart Way
Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!
- 07-30-2012, 05:26 PM #3
Member
- Join Date
- Jul 2012
- Location
- Norway
- Posts
- 29
- Rep Power
- 0
Re: I want resolution reduced?
I know how to set the window size, that's easy (frame.setSize()) but not what I was aiming for. I'm trying to make the pixels in that window bigger, kinda like what Notch made Minecraft look like. You mention that I can scale things up, but how exactly do I do that and are you talking about resizing pixels? What's the code?
Thanks.
Similar Threads
-
double click works not in every screen resolution
By GlWy in forum AWT / SwingReplies: 0Last Post: 05-04-2011, 09:35 PM -
screen resolution problem
By prabhug1987 in forum Advanced JavaReplies: 1Last Post: 10-15-2010, 07:01 PM -
Full Screen Frame Resolution Problem
By Krooger in forum AWT / SwingReplies: 2Last Post: 11-24-2009, 11:05 PM -
Screen Resolution Problems
By RicKaufman in forum AWT / SwingReplies: 1Last Post: 10-04-2009, 06:07 PM -
Prob. with screen resolution and Frame size??
By SANDY_INDIA in forum AWT / SwingReplies: 1Last Post: 08-16-2008, 12:51 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks