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 2 of 2

Thread: sight training

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default sight training

    Hello,
    I wonder if there is any one who can help? Recently went into hospital with heart problem and had a stroke while there

    damaging vision field. Asked for help from NHS and there is no software available to help restore brain/sight

    function...unless you have over 1000.00.
    So having programmed in basic many years ago thought it would be possible to create a simple program to stimulate the field

    of vision.

    This is what is needed:
    a full screen field of a light or white background;

    A dot or cross in centre of screen;

    a graphic around the size of 5-10mm on a 17 inch screen;

    the graphic to be displayed waiting for a mouse pointer to move over graphic and user to click left button, maybe with a

    sound [beep];

    if graphic displayed and no response received after a specific time [mouse not moved to graphic]audio query used to indicate 'did you see it Y/N'
    If No then program to 'remember' location;

    User clicks on all good locations training program to learn where field is missing;

    Once fully trained program goes into stimulate mode firstly presenting light grey graphic at edge of field of vision loss

    border at each location on the border;

    Program carries out same routine on border but with a half grey graphic;

    Programs carries out same routine on border but with black graphic;

    Program places graphic randomly at all locations where user cannot see field alternating shading from light grey through

    half grey then black;

    As user cannot see in the field loss area program gives audible indication of where the program is and reminds user to

    stare at the centre marker cross or dot;

    Once grey/black stimulation complete program goes into colour mode carrying out same random routine but with random colours;

    Program should last for 30 minutes from start of stimulation;

    Field of vision loss area to be 'remembered' and next time program run this area border will go through grey/black routine

    and ask the question 'can you see any graphic?;

    An extra to the program would be to produce the graphic either side of the loss of vision field border so testing the user

    to see if border has changed;

    If border has changed user can re-train program for new field loss border.

    This is the basis for the program which should be able to run in a browser. Once created a website will be made available

    so anyone can go to the site and 'train'.

    Anyone have any suggestions?


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: sight training

    Hello bbriggs,

    Welcome to the Java Programming Forums.

    Seeing as you have no experience in Java, this seems like a very big task. Especially as you have issues with your vision.

    I suggest Googling for an already written program which will suit your needs..
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Help with training program
    By hittman32 in forum What's Wrong With My Code?
    Replies: 0
    Last Post: December 23rd, 2010, 07:21 PM
  2. SCJP free Training
    By kumarfair30 in forum The Cafe
    Replies: 0
    Last Post: November 2nd, 2009, 08:30 AM