Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<html>
<head>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<title>Jason Cramer</title>
<div>
<ul class ="tool1">
<li><a href="index.html">Home</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
<li><a href="resume.html">Resume</a></li>
<li class="tool2" style="padding-left:65%;">Jason Cramer - 2020</li>
</ul>
</div>
<div>
<h1 class="text" style="font-size:180%;padding-left:25%;text-align:center;padding-top:4%;">Volleyball Stats - Java - 2019</h1>
<img width="50%" height="40%" style="padding-left:25%;margin-bottom:-1%;" src="volleyballstats.PNG"></img>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:0%">
<a href="Stats.jar" download style="color:black;">Download</a></h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-1%">
I played volleyball in high school, and in my senior season many players were complaining that they did not trust our
paper stat sheets. The reason being that handwriting was often bad and recording info was slow which could cause missed stats.
I made this program for the team to use to keep track of stats during games. The user simply presses the name of a player
and then the name of a stat category to register info. If a mistake is made, the user can switch between plus and minus mode.
The user can switch between different sets from the menu, including the total which combines the stats of all played sets.
<br /></p>
<h3 class ="text" style="font-size:180%;padding-left:25%;text-align:center;margin-bottom:-1%">Code</h3>
<p class="text" style="font-size:150%;text-align:justify;padding-left:25%;margin-bottom:-2%">
<a href="Runner.java.html" style="color:black;" target="_blank">Runner.java</a><br />
<a href="Menu.java.html" style="color:black;" target="_blank">Menu.java</a><br />
<a href="Menu.form.html" style="color:black;" target="_blank">Menu.form</a><br />
<a href="Interface.java.html" style="color:black;" target="_blank">Interface.java</a><br />
<a href="Interface.form.html" style="color:black;" target="_blank">Interface.form</a><br /></p>
<p><br /> <br /></p>
</div>
</div>
</body>
</html>