I'm trying to make a monopoly game in java, the thing is i'm very new to programming and this is my first program.
So without knowing about the dimensions of the frame, i made it too big because it was okay for my screen resolution, but when I try to use the game in another computer, it is so big that it doesn't even fit in the screen.
So my question is how can I make that my game can resize automatically so I can use it in another PC without affecting its dimensions?
Thank you very much :)