Add « Container « Java Swing Q&A





3. Adding multiple components to 1 container index    java-forums.org

Ok so i'm new to GUI's in java basically what i'm trying to accomplish: I'm drawing a screen that has objects oriented to a grid, displaying numbers in JLabels and Graphics over the numbers. for example, the issue i'm having currently is i have a container and i'm using setLayout(new GridLayout) which gives me a grid. in 1 of the grids ...