Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
~7K People Reached
About Me

I am the chief wizard of (academic) computing at NCSSM.M

Interests
Java, Python, Linux, C
PC Specs
MacBook Pro
Favorite Forums
Favorite Tags
Member Avatar for JamesCherrill

This is my second assignment in my Early Object Java class: http://www.ncssm.edu/~morrison/currentClasses/404/assess/specs/ColorCalculator.php Try it; it's lots of fun

Member Avatar for Alok_5
20
3K
Member Avatar for abhishek.anand.37017794

The class `Local` does not have a display method. However class `Simple` does. You can instantiate `Simple` in your main method and call that instance's `display` method.

Member Avatar for balaji.ghadage
0
1K
Member Avatar for GUIPaPa

Note the change I made here. In a GUI app, you should make its main routine be a `run()` method. You need to do this so that all events received by your app go in an orderly fashion into the event queue. The `invoke later` method runs your run method. …

Member Avatar for GUIPaPa
1
488
Member Avatar for havoc0921

Always capitalize class names. This is a universally-observed convention. Failure to do so confuses other programmers.

Member Avatar for JamesCherrill
0
219
Member Avatar for LooN_iE

The FileWriter has an optional second boolean argument. If you pass it `true`, it will operate in append mode.

Member Avatar for ncmathsadist
0
293
Member Avatar for angel06

The "Illegal Start of Expression" compiler screech is almost always caused by a curly-brace leak.

Member Avatar for ncmathsadist
0
577
Member Avatar for sohail.butt.144

Start here typdef struct { char key; int count; }count_entry; This will do a character-integer pair, for example ('a', 3) for 'a' seen 3 times.

Member Avatar for lala56565
0
184