Skip to content

Kotlin DSL #110

@starxg

Description

@starxg

I think it would be very useful if it were adapted to Kotlin DSL.

For example:

val panel = mig {
    component {
        component = JButton("Click me!")
        wrap = true
        dock = MigDock.north
        ...
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions