View Single Post
  #2   Spotlight this post!  
Unread 17-02-2012, 08:28
dbeckwith's Avatar
dbeckwith dbeckwith is offline
Lead Programmer
AKA: Daniel Beckwith
FRC #3205 (The Patriots)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: USA
Posts: 84
dbeckwith is an unknown quantity at this point
Re: Netbeans Console goes blank

We had a problem once where we would just stop getting output from the robot once the robot code started running. The rest of the output stayed there, but we would just get no more output at all. Is that the problem you're describing? Our solution was just to switch to Eclipse .
__________________
q = (2*b) | ~(2*b);

if (life.getLemons() != null) this.lemonade = new Drink(life.getLemons());
else throw new NoLemonsException("What now?");


Reply With Quote