File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,17 @@ Dependencies:
5555- Apache Log4J
5656- JUnit (for tests only)
5757
58- [ __ Animated demo__ ] ( https://github.com/Qualtagh/JBroTable/wiki/Animated-demo ) (2.5M)
58+ Getting started:
59+ - Ant: [ download latest release] ( https://github.com/Qualtagh/JBroTable/releases/latest ) (ready to use jar file)
60+ - Maven: add the following dependency to your pom.xml:
61+
62+ ```
63+ <dependency>
64+ <groupId>io.github.qualtagh.swing.table</groupId>
65+ <artifactId>JBroTable</artifactId>
66+ <version>2.0.1</version>
67+ </dependency>
68+ ```
5969
6070Sample usage:
6171
@@ -70,6 +80,7 @@ import io.github.qualtagh.swing.table.model.ModelData;
7080import io.github.qualtagh.swing.table.model.ModelField ;
7181import io.github.qualtagh.swing.table.model.ModelFieldGroup ;
7282import io.github.qualtagh.swing.table.model.ModelRow ;
83+ import io.github.qualtagh.swing.table.view.JBroTable ;
7384
7485public class Sample {
7586 public static void main ( String args [] ) throws Exception {
@@ -130,7 +141,7 @@ Result (Windows 8 theme):
130141
131142[ More screenshots] ( https://github.com/Qualtagh/JBroTable/wiki/Screenshots ) with different L&Fs are available at wiki.
132143
133- [ Download ] ( https://github.com/Qualtagh/JBroTable/releases/latest ) the latest version (ready to use jar file).
144+ [ __ Animated demo __ ] ( https://github.com/Qualtagh/JBroTable/wiki/Animated-demo ) (2.5M)
134145
135146Take a tour through [ tutorials] ( https://github.com/Qualtagh/JBroTable/wiki/Tutorials ) page for more complicated examples.
136147
You can’t perform that action at this time.
0 commit comments