Is there a way to make a FlowLayout arranges components in a top to bottom flow centered horizontally rather than a left to right one?
Asked
Active
Viewed 19 times
0
-
under what library? SWT? – yossico Apr 19 '15 at 13:59
-
I only thought there was one Flowlayout, but anyway `java.awt.FlowLayout;` – FOD Apr 19 '15 at 14:02
-
Use BoxLayout instead. – Hovercraft Full Of Eels Apr 19 '15 at 14:05