Search code examples
javaandroidswingandroid-linearlayoutlayout-manager

Android's LinearLayout for Swing


Is there a LayoutManager for Swing that acts as LinearLayout in Android? I like an idea of components weights very much.


Solution

  • If you need individual weights use GridBagLayout. Or you can try BoxLayout.