Skip to content

edwardbeckett/java-swing-mva-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages