Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

How to Compile the Code

Steve edited this page Jun 2, 2016 · 9 revisions
  1. [Import the code ](How to import the code)
  2. right click on the project
  3. select run -> maven -> install

Alternatively run maven on command line

mvn clean install

Then to run it

  1. Go to src/main/java
  2. Select uk.co.sleonard.unison.gui.generated.
  3. Select the class named DownloadNewsPanel.
  4. Run.

-