Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.jdwsoftware.util.* (1)com.jdwsoftware.wfh.* (11)com.jdwsoftware.wfh.control.* (4)
com.jdwsoftware.wfh.model.* (7)

Package Samples:

com.jdwsoftware.util
com.jdwsoftware.wfh.control
com.jdwsoftware.wfh.model

Classes:

GameComponent: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC This is the heart of the game. This component displays most of the graphics, handles game logic, creates fish, pretty much all the logic for the game. This class consists of 2 major parts, the main class which sets up all the graphics figures out how many fish are displayed, paints the fish and handles events. The second is a seperate thread that calculates movement for the fish. The calculations are done on a seperate thread in an attempt to not slow ...
GameType: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC This is the abstract class that all the various game types extend. The basic premise is that a game has an answer which is shown near the top of the screen, and many questions. Each fish will get a question (and hopefully at least one fish will have the correct answer.. :) For many games the questions and answers are the same (blue box to blue box or the number 8 to the number 8). However the MathGame will display a math problem for the question and numbers ...
Fish: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC Basic fish model. Stores information about the image id to use for this fish, the current location and direction of the fish and the answer this fish is storing
MathGame: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC This game diplays an simple math problem, a number 1-9 a plus sign and another number 1-9. The answers are the sum of the two numbers
MainFrame: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC This class sets up the main frame, loads the base classes, handles events, etc.
Location: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC Simple class stores the x and y locations of another object
Direction: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC The current direction the fish is heading.
Main: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC Default main, just create a new MainFrame
ColorGame: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC The simplest game, just match the colors
MainFrame_AboutBox: Title : Woody's Fishing Hole Description : Educational Fishing Game Copyright : Copyright (C) 2003 JDW Software, LLC Company : JDW Software, LLC Simple about box generated by jbuilder (thanks!)
Copyright: Title: Woody's Fishing Hole Description: Educational Fishing Game Copyright: Copyright (c) 2003 JDW Software, LLC Company: JDW Software, LLC
NumberGame: Title: Woody's Fishing Hole Description: Educational Fishing Game Copyright: Copyright (C) 2003 JDW Software, LLC Company: JDW Software, LLC
MainFrame_jMenuFileExit_ActionAdapter
MainFrame_gameComponent_mouseMotionAdapter
MainFrame_gameComponent_mouseAdapter
MainFrame_jMenuItemGameType_actionAdapter
MainFrame_jMenuItemGameFish_actionAdapter
BGMusicThread
MainFrame_jMenuHelpAbout_ActionAdapter

Home | Contact Us | Privacy Policy | Terms of Service