Jar examples for f:formlayoutmakerx
FormLayoutMaker is a WYSIWYG tool that enables you to easily build Java Swing layouts using the JGoodies FormLayout layout manager. Perfect for those that hate IDE form builders but need powerful layouts fast.
You can download jar file formlayoutmakerx rc7 in this page.
BSD
You can use the following script to add formlayoutmakerx-rc7.jar to your project.
<dependency> <groupId>net.sf.formlayoutmaker</groupId> <artifactId>formlayoutmakerx</artifactId> <version>rc7</version> </dependency>
compile group: 'net.sf.formlayoutmaker', name: 'formlayoutmakerx', version: 'rc7'
libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc7"
<dependency org="net.sf.formlayoutmaker" name="formlayoutmakerx" rev="rc7"/>
@Grapes(@Grab(group='net.sf.formlayoutmaker', module='formlayoutmakerx', version='rc7'))
'net.sf.formlayoutmaker:formlayoutmakerx:jar:rc7'
Click the following link to download the jar file.
formlayoutmakerx-rc7.jar