Name | Modified | Size | Downloads / Week |
---|---|---|---|
v1-1-0-2 | 2014-10-02 | ||
v1-1-2-6 | 2014-10-02 | ||
v1-1-1-3 | 2014-09-30 | ||
PipeSize.zip | 2014-10-02 | 42.6 kB | |
PipeSize.rar | 2014-10-02 | 40.8 kB | |
README.txt | 2014-09-30 | 1.7 kB | |
Totals: 6 Items | 85.2 kB | 0 |
G B D a v e ' s P i p e S i z e C a l c u l a t o r --------------------------------------------------------- Installation and Usage Instructions Unzip/UnRAR ALL files into a directory/folder of your choice. Be sure to have the latest Java Runtime Environment (JRE) or Java SDK installed. To run double-click PipeSize.jar. -------- Files: build.bat A windows batch file to compile all .java files FluidDensities.csv CSV file of all fluids and densities used in the application. (Found on EngineeringToolbox.com) JRiserTable.class Compiled java class file JRiserTable.java Source code for JRiserTable class - extends JTable to provide additional functionality. LiquidDensity.java Source file for LiquidDensity class (Used to store liquid density data in an array. LiquidDensity.class Compiled java class file. makejar.bat Windows batch file that uses manifest.txt to create an executable .jar file. manifest.txt Manifest file MessageBox.class Compiled MessageBox java class file. MessageBox.java Source code for MessageBox class PipeSize.class Compiled PipeSize java class file. PipeSize.jar Executable .jar file for project. PipeSize.java Source code for PipeSize class README.txt This file RiserOptionWindow.class Compiled java class RiserOptionWindow.java Source code for the window which allows for selection of how many floors are in a riser to be calculated. RiserWindow.class Compiled Java class file. RiserWindow.java Source code for window containing a table for calculating the size of piping risers. run.bat Windows batch file for running PipeSize.class at the command line.