Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 629 Bytes

README.MD

File metadata and controls

12 lines (9 loc) · 629 Bytes

Java Swing Model View Adapter (MVA) Demo

This demo illustrates the Model View Adapter / Mediator Pattern in a Java desktop application using Swing view components and PureMVC.

Build with Maven

To run the demo:

  1. Install Maven
  2. Clone this repository: git clone https://github.com/EdwardBeckett/java-swing-mva-demo.git
  3. Build and run with Maven :: mvn clean install exec:java
  4. Optionally run the shaded jar :: mvn clean install && java -jar target/app.jar