Swan Layout
Bringing LinearLayout
and FrameLayout
from Android to Java Swing
Install
Add to root build.gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Add to module build.gradle
dependencies {
implementation 'com.github.idayrus:swan-layout:1.00.000'
}