Jar examples for s:swingbox
SwingBox is a Java Swing component that allows displaying the (X)HTML documents including the CSS support. It is designed as a JEditorPane replacement with considerably better rendering results. SwingBox is pure Java and it is using the CSSBox rendering engine for rendering the documents.
You can download jar file swingbox 1.0 in this page.
GNU Lesser General Public License 3.0
You can use the following script to add swingbox-1.0.jar to your project.
<dependency> <groupId>net.sf.cssbox</groupId> <artifactId>swingbox</artifactId> <version>1.0</version> </dependency>
compile group: 'net.sf.cssbox', name: 'swingbox', version: '1.0'
libraryDependencies += "net.sf.cssbox" % "swingbox" % "1.0"
<dependency org="net.sf.cssbox" name="swingbox" rev="1.0"/>
@Grapes(@Grab(group='net.sf.cssbox', module='swingbox', version='1.0'))
'net.sf.cssbox:swingbox:jar:1.0'
Click the following link to download the jar file.
swingbox-1.0-javadoc.jar