I've created a small, very simple program to display the round numbers for each round of the championship in F1 since 1950 to the end of the 2008 season. I found myself using the Races page on the F1 website more often to find out when a particular races was, so I thought maybe there are other people out there who would be doing the same. There are 2 files included in the archive. The application itself is in the executable JAR, which contains the class files and the source Java files. The Races file contains information for all of the races in the following format:
YYYY RR Name
Where YYYY is the 4 digit year code, RR is the 2 digit round code and Name is the name of the round. For example:
2008 01 Australian
1958 10 Italian
You can add races to the file by following the same format.
The interface is very simple, allowing ascending/descending sorting (by clicking on the Ascending/Descending button and filtering by year, round number and/or name.
Disclaimer: If your PC goes kablamo after running this application it's not my fault!
YYYY RR Name
Where YYYY is the 4 digit year code, RR is the 2 digit round code and Name is the name of the round. For example:
2008 01 Australian
1958 10 Italian
You can add races to the file by following the same format.
The interface is very simple, allowing ascending/descending sorting (by clicking on the Ascending/Descending button and filtering by year, round number and/or name.
Disclaimer: If your PC goes kablamo after running this application it's not my fault!