x

xswingx

When swingx ain't enough. Project provides 3 components (JSearch, Prompt and Buddy) to enhance customer experience in Swing applications. Project was originally available on Google Code and this version is the latest one released on that platform
https://github.com/matfouc/xswingx
GNU Lesser General Public License v3.0 only
Matthieu Foucher
Files download
File Operation
xswingx-0.20.jar download
xswingx-0.20.pom download
xswingx-0.20-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lafouche</groupId>
  <artifactId>xswingx</artifactId>
  <version>0.20</version>
</dependency>
Gradle Groovy
implementation 'com.lafouche:xswingx:0.20'
Gradle Kotlin
implementation("com.lafouche:xswingx:0.20")
Scala SBT
libraryDependencies += "com.lafouche" % "xswingx" % "0.20"
Groovy Grape
@Grapes(
  @Grab(group='com.lafouche', module='xswingx', version='0.20')
)
Apache Ivy
<dependency org="com.lafouche" name="xswingx" rev="0.20" />
Leiningen
[com.lafouche/xswingx "0.20"]
Apache Buildr
'com.lafouche:xswingx:jar:0.20'