How do I use GridLayout and multiple Panels?
问题 How do I use multiple JPanel containers to make this code look like this? This is the image of what my code is supposed to be like but I cant figure it out. I can only use GridLayout , BorderLayout and FlowLayout . As a beginner, We've only been over basic concepts but I need more help. I am also not permitted to use GridBagLayout . I appreciate all the help. 回答1: A common strategy to solve complex computing tasks, is to break them into small, well defined manageable tasks. Divide and conquer