Java Projects  

Graph Game
Dijkstra's single source shortest path search algorithm implemented on randomized directed, and weighted graphs. The user can randomize the board up to 26 vertices (one for each letter in the alphabet), then find the shortest path between any two points. Hours of fun.
Executable GraphGame.jar     DijkstraSearch.java
Edge.java     GraphGUI.java
GraphMain.java     Line.java
Vertex2D.java     Project Files

Digishop: Electronics Store Self Check-out
This is a 6 member group project where we created a point of sale customer interface with a mysql database backend. I served as project manager, and GUI designer. Everyone on the team played a vital role in making this project successful.
Release Presentation
User Guide PDF
Software Design Document PDF
Software Requirements Specification PDF
Javadocs
Left: Start Screen
Right: Basic Search
Left: Touch Keys
Right: Item View
Left: Shopping Cart
Right: Checkout
    
Copyright 2001-2012 Benjamin Bertka. All Rights Reserved