Package megameklab.ui.util
Class SpringLayoutHelper
java.lang.Object
megameklab.ui.util.SpringLayoutHelper
Helper which loops through container components in order to set up springs. Uses fixed buffers of 4 pixels between
components and frame border.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetupSpringGrid(JPanel panel, int columns) static voidsetupSpringGrid(JPanel panel, int rows, int columns)
-
Constructor Details
-
SpringLayoutHelper
public SpringLayoutHelper()
-
-
Method Details
-
setupSpringGrid
-
setupSpringGrid
-