I want to make a ca concurrent applet. What I’m trying to do is to make kinda “customer-service” scenario. In that case a store has multiple waiting chairs and some staff dealing with customers in a given order. Here is an example pic of how I want it to look.

I’ve draw this in paint and ca how I’m looking for it will be. How can I code something like that? Just looking on the GUI regardless the canvas strings???
You can create a
JPanelwith aGridLayout(2, 4)and addJPanels to it. Just use empty panels for the spaces and add aBorderwhere you want the thick lines. You can add labels to the sub-panels later.