java - Pop out two frames side by side -


i want when pressed button on jframe setvisible false existing frame , create 2 other frames.the theme want these 2 frames popped side side not 1 on top of other, clue how can make happen.

jframe1.setbounds(x, y, width, height); jframe2.setbounds(x+jframe1.getwidth(), y, width2, height2); 

width , width2 can same if want, can height height2


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -