Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Statistics101_6.00.zip | 2025-06-12 | 11.8 MB | |
README.mkd | 2025-06-12 | 3.4 kB | |
Statistics101_nbProject.zip | 2025-06-12 | 26.2 MB | |
Statistics101Installer.jar | 2025-06-12 | 11.8 MB | |
Totals: 4 Items | 49.8 MB | 15 |
Version 6.0 06/12/2025
Updates in this version
- Removed references to the Macify library because it is not accepted by Java versions greater than 8.
- Revised colorizer.SyntaxProperties.createDefaultPropertiesFile() to explicitly close the temporary FileOutputStream to avoid resource leak.
- Added "fileUtilities.VersionComparator.java" class to improve the generality and correctness of "checking for update".
- On "About" dialog JFrame, added setModalExclusionType(APPLICATION_EXCLUDE), so "About" box can't hide the modal "Check for update" dialog.
- Moved the buttons on the lower bar of the "Tip of the Day" frame closer to the center of the frame.
- Changed Editors' background color from solid black to (35,35,35)?
- Made extensive changes to eliminate race conditions between the user program thread and the Event Dispatch Thread (GUI) that occurred during use of the Debug feature of Statistics101.
- Simplified the Caret Update code (in class Statistics101.java) with the help of ChatGPT.
If you want just the Statistics101 program, download either Statistics101_6.0.zip file or the installer, InstallStatistics101_6.0.jar
Then,
For the zip file:
-
Download the Statistics101_6.0.zip file
-
Extract the folder from the zip file.
-
Put the extracted folder in a convenient place on your hard drive. For example, in Windows, it is best to put it in C:\Users\Public so that if there are multiple users, they can all access it.
-
The Statistics101.jar file must remain in the extracted folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access.
-
Make sure you have Java JRE installed on your computer. Get it at https://www.java.com/en/
-
To get an overview of the basic functionality of Statistics101, go to https://statistics101.sourceforge.io/statistics101web_000005.htm and https://statistics101.sourceforge.io/FlashTutorials/FlashTutorialsList.html
For the Installer:
-
Download the installStatistics101_5.9.jar file.
-
Double-click the downloaded file. (You must have Java JRE installed on your computer. Get it at https://www.java.com/en/)
-
Follow the installer's instructions.
-
The Statistics101.jar file must remain in the installation folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access.
-
To get an overview of the basic functionality of Statistics101, go to https://statistics101.sourceforge.io/statistics101web_000005.htm and https://statistics101.sourceforge.io/FlashTutorials/FlashTutorialsList.html
If you want the Statistics101 source code, download Statistics101_nbProject.zip and unzip it.
The resulting folder has the source code and build information usable with the NetBeans IDE. Put the Statistics101_nbProject folder in a convenient place, for example in the directory that holds your other NetBeans projects. You can then open it with NetBeans.
Edit the build.xml file to set these lines (lines 9-11) to fit your directory structure:
<property name="version" value="6.0/>
<property name="projectDir" value="C:\nbProjects\Statistics101\" />
The "version" refers to the version number of the Statistics101 program.