Skip to content
Advertisement

Tag: grid-layout

Java JFrame button organization

How do i create a jframe that organizes the text box and jbuttons, with the textbox on top and a 3 by 4 grid layout of buttons 1-10? This is what I have so far: But that’s where I’m stuck. Okay I should note that I need a for loop to populate 3 by 4 gridlayout. But I don’t know

Need help on Java Swing JFrame

I’m very new to Swing and I need to build a JFrame that: Has an image on top. Below the image has 16 little images divided into 4 groups (4 “panels”), on the same “row”. Below those 16 images I need 4 “panels” on the same “row”. Every panel contains some horizontal scrollable images (of the same size). Below those

Advertisement