This demo illustrates the Model View Adapter / Mediator Pattern in a Java desktop application using Swing view components and PureMVC.
To run the demo:
- Install Maven
- Clone this repository:
git clone https://github.com/EdwardBeckett/java-swing-mva-demo.git
- Build and run with Maven ::
mvn clean install exec:java
- Optionally run the shaded jar ::
mvn clean install && java -jar target/app.jar