JFrame 's components size and location problem
hellow my friends
i have a problem with a small java program that i made
the JFrames of the program are implemented based on my 17 inches screen and 1280*800 resolution
i design all the components based on my screen
have in mind that the layput pollicies for the JFrames are set to null
when i will execude my program on other computers then the sizes and the location of all the graphicas components will change while the screen size and the resolution will be different.
what i have to do exactly to solve this problem???
have in mind that the graphics will be displayed in connected with the pc plasma screens
i am waiting for the solution