FormLayoutMaker

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.

License

License

BSD
Categories

Categories

Net ORM Data
GroupId

GroupId

net.sf.formlayoutmaker
ArtifactId

ArtifactId

formlayoutmakerx
Last Version

Last Version

rc8.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

FormLayoutMaker
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.
Project URL

Project URL

http://formlayoutmaker.sf.net/
Source Code Management

Source Code Management

http://formlayoutmaker.cvs.sourceforge.net/formlayoutmaker/formlayoutmaker

Download formlayoutmakerx

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/ -->
<dependency>
    <groupId>net.sf.formlayoutmaker</groupId>
    <artifactId>formlayoutmakerx</artifactId>
    <version>rc8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation 'net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1'
// https://jarcasting.com/artifacts/net.sf.formlayoutmaker/formlayoutmakerx/
implementation ("net.sf.formlayoutmaker:formlayoutmakerx:rc8.2.1")
'net.sf.formlayoutmaker:formlayoutmakerx:jar:rc8.2.1'
<dependency org="net.sf.formlayoutmaker" name="formlayoutmakerx" rev="rc8.2.1">
  <artifact name="formlayoutmakerx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.formlayoutmaker', module='formlayoutmakerx', version='rc8.2.1')
)
libraryDependencies += "net.sf.formlayoutmaker" % "formlayoutmakerx" % "rc8.2.1"
[net.sf.formlayoutmaker/formlayoutmakerx "rc8.2.1"]

Dependencies

compile (2)

Group / Artifact Type Version
jgoodies : forms jar 1.0.5
org.beanshell : bsh jar 2.0b4

Project Modules

There are no modules declared in this project.

Versions

Version
rc8.2.1
rc7