Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.mkd | 2024-02-09 | 3.5 kB | |
Statistics101_nbProject.zip | 2024-02-09 | 84.9 MB | |
installStatistics101_5.9.jar | 2024-02-09 | 11.4 MB | |
Statistics101_5.9.zip | 2024-02-09 | 11.8 MB | |
Totals: 4 Items | 108.2 MB | 0 |
Version 5.9 02/08/2024
Updates in this version:
-
Corrected Tip-of-the-Day, which in Linux would not display some of the images. The problem was that Linux is picky about the case of filenames and I wasn't. Problem doesn't show up in Windows and Mac because they are indifferent to filename case.
-
Changed the "Check for update" logic so that if it can't find my website, it will lead the user to the SourceForge website to request to be notified about updates.
-
Created a searchable "Basic Commands" category in the Command/Subroutine index that includes only original Resampling Stats commands.
-
Changed the "alternate popup menu" of the Command/Subroutine index so that it works on the command/subroutine name that is under the mouse pointer when the popup is invoked, not a selected command/subroutine name. This avoids the spurious invocation of command/subroutine help window by no longer requiring the popup to apply to a selected name. Now, if there is a selection, it is ignored in favor of the name under the pointer when the popup is invoked.
If you want just the Statistics101 program, download either Statistics101_X.X.zip file or the installer, InstallStatistics101_X.X.jar.
Then,
For the zip file:
-
Download the Statistics101_5.9.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="5.9/>
<property name="projectDir" value="C:\nbProjects\Statistics101\" />
The "version" refers to the version number of the Statistics101 program.