Home > other >  How can I locate my panels using LayoutManager in Java?
How can I locate my panels using LayoutManager in Java?

Time:04-28

I have a little problem with my GUI task.

enter image description here

enter image description here

  1. By 'inside out' I mean: Starting from the smallest identifiable group of components in the GUI, layout them out on a single panel. Do the same with any other groups of components or controls the GUI has. Then in a step-by-step process, work outwards to larger areas, layout those small panels into ever-larger panels (with potentially different layouts & appropriate layout constraints).
  • Related