
25-04-2014 [1.31]

- Randomness matrix is now saved with all generated lists.

25-04-2014 [1.30]

- Bug fixes and code improvements.

25-04-2014 [1.29]

- Show error message when filler file is not found.

14-07-2013

- Added Randomness matrix to check random generator. Matrix can be copied to excel.
- Minor bug fixes.

13-07-2013 [1.28]

- Code cleanup.
- Program checks whether its version is the latest version at startup.
- About box updated.

13-07-2013 [1.27]

- Changed source to JDK 1.7.
- Fixed source code issues.
- Added logger.
- Many improvements.
- Renamed Main and PRLG.
- writeSeparator used so that separator used in the stimulus file is the same as used
  when writing the orders to file.
- About menu visible
- Comma separated files can be used.

06-06-2007 [1.25]

Fixed two typos in the interface

02-11-2006 [1.25]

Default column separator: Tab or Space
Fixed order number problem
Changed 'File has Header' button label into 'First row contains column descriptions'
Added ability to check for an update of the program, check gives also feedback when
there is no internet connection

24-09-2006

Simplified MyActionListener (not necessary to use e.getSource() == mOpenStimulusFile))

if (e.getActionCommand().equals(mOpenStimulusFile.getActionCommand())) {
	cmdSelectFileToOpen();
}

20-09-2006 [1.24]

More menus added
AboutDialog improved
Link to website added to AboutDialog (click on link opens website in default browser)

19-09-2006 [1.23]

AboutDialog added
Run PRLG with menubar at expected location on the Mac
Create Main class

01-09-2006 [1.22]

Feedback improved when unable to find a new order

01-09-2006 [1.21]

Constraint panel behaves finally correctly
Minor fixes

31-08-2006 [1.20]

Various small improvements
Current file selector directory is saved
Constraints Panel fixed, a scrollPane is now used.

30-08-2006 [1.10]

Various minor problems fixed
Support for different file encodings. This enables the program to read and write for example Chinese, Korean, and Japanese

12-02-2006 [1.07]

Removed some System.out.println()

10-02-2006 [1.06]

Problem with using more than one constraint. I think it is fixed now.

28-11-2005 [ 1.05 ]

Renamed PRND Lists to PRLG -> Pseudorandom List Generator

28-11-2005 [ 1.04 ]

forgot to import cern.jet.random.engine

27-11-2005 [ 1.03 ]

- Added ToolTipTexts

- jar file didn't work properly because colt.jar was not included in the classpath. 
  Problem fixed by adding colt.jar to the classpath in the MANIFEST.MF file.


27-07-2005

Changed randomization, added swapping for elements in a random list
Fixed a problem with JTextArea in ScriptWindow. JTextArea now fill entire panel en autoresize.

26-07-2005

Added option to insert fillers
stimuli = new Stimuli() -> readStimulusFile

25-07-2005 [ 1.0 ]

Pseudo Random List Generator