Java MigLayout - help getting it up and running -
i've spent night trying accomplish thought simple task.
i use latest version of miglayout, believe 5.1 @ point settle 4.2, project i'm doing school.
it seems can not find correct file (.jar) download because think correct 1 never works when use in project. fyi using netbeans 8.1 , know how go project properties , add .jar file library.
it seems closet i've managed working library turned out empty classes. had class names functionality stripped out. guess demo library? snapshot?
i have searched night long installing/ initializing miglayout in project , not find single video or document remotely called tutorial on how miglayout , running. can me out? need spoon feed on 1 step. once have working library i'm go.
easiest solution use dependency management system maven or ivy. not using such thing can find correct jars: maven repo miglayout. pom.xml files tell dependencies need.
i guess writing swing application , need swing version: miglayout swing depends on miglayout core (see pom.xml of swing artifact). add 2 jar files project , should work.
Comments
Post a Comment