Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 1 of 1

Thread: Fantasy Football Offline Draft Manager Program

  1. #1
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Fantasy Football Offline Draft Manager Program

    So I spent two days between classes at college building a little Fantasy Football Offline Draft Manager Program to help people manage their Fantasy Football Offline Drafts. I've been posting this information on the ESPN Messageboard and some of my Fantasy Leagues to get feedback from people about the program. If you want to give it a try, please give me feedback to tell me what you think and how I can make it better. This is not intended to be used for this year's drafts, since it is still in its debugging stages and since most Offline Leagues have already drafted.

    If you want to try it out, here is a download link: FantasyFootballDraft.zip
    I am unable to attach the zip folder to this post for some reason.

    To run, unzip files to same folder. There are 3 files and 1 folder with 1 Microsoft Word file and 7 .jpg images:
    1) FantasyFootballDraft.jar - This is the executable. You should double-click this to run the program
    2) PlayerDatabase.xlsx - This is the Database of Players the program will read from. The sheet names should not be changed and the data should not be shifted. You do not need Microsoft Office or Open Office for the program to read the Excel Document.
    3) SX.jar - This is the external library that allows the program to read the Excel Document. If double-clicked, nothing will happen.
    4) A folder named Tutorial. In this folder is a README.docx file. This contains a few brief, yet detailed tutorials with pictures of each window in the program and the purpose of each Interactive Element. This folder also contains all the .jpg images used in the README.docx file in case you want to zoom in on the images or look at them in higher detail. There should be 7 .jpg files.

    Future Database Changing
    For now, use the PlayerDatabase.xlsx provided. Once the program appears to be working correctly consistently, I will write something up to explain how to acquire the information (or program in a direct pull from ESPN Fantasy Projections tables if ESPN lets me).

    User Instructions
    Read the README.docx file in the Tutorial file in the zip to see detailed instructions.

    Current Bugs and Issues
    1. Last Name filter on Defenses don't filter based on the Team Name, but on the word D/ST -- LOW PRIORITY

    Previous Updates
    The current download link is updated with all previous bugs fixed and the following extras:
    1. Ability to change Teams' names
    2. Ability to Export Results to a .xls Excel Workbook.

    Future Updates
    With future updates, I am currently planing on adding features to change the Database input file at the user's discretion. This update will also include all the fixes bugs above labeled as fixed.

    Disclaimer
    This program is currently still in its testing and debugging stages. Use at your own discretion as there is the possibility of errors and data corruption until it is completely debugged. I designed and built the program in my free time in two days, so there are bound to be issues still present.
    Last edited by aussiemcgr; September 6th, 2010 at 09:55 AM.


Similar Threads

  1. Football League Table - Idea's?
    By RSYR in forum Java Theory & Questions
    Replies: 1
    Last Post: December 15th, 2009, 07:43 PM
  2. Football Results
    By RSYR in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 4th, 2009, 07:24 PM
  3. Senior Development Manager - Core Java/J2SE - £80-90K + £10K Bonus
    By iNeedJavaGurus in forum Paid Java Projects
    Replies: 0
    Last Post: September 18th, 2009, 10:00 AM
  4. Replies: 6
    Last Post: August 30th, 2009, 04:31 AM