Skip to content
GoldenGnu edited this page Jul 18, 2015 · 7 revisions

SVN Checkout

We usually work in two branches:

Bug fixes are committed to both branches.
Experimental features get their own branch.
The feature branch is merged back into trunk after release.

Compile

We compile with the latest version of Oracle Java SE 6.

Netbeans

Open the project and compile (F11)

Eclipse

I do not use Eclipse. If you have instructions to compile with Eclipse, please email [email protected]

Coding Guidelines

  • We use tab and not space. Be sure to disable "expand tabs to space" in your IDE.
  • Swing JComponent variable names should have leading "j". Ex.: jMyTable
  • No other variable names should use Systems Hungarian

Contribute

We are looking for (in random order):

  • Documentation (User tutorials)
  • Java Programmers
  • Dedicated Testers
  • Translators

If you want to join the project send an email the [email protected]

Clone this wiki locally