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
Post a Comment