Charlyzhu
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
-
-
Charlyzhu created a post, AnsweredMethod Not Found Confusion
I have wrote a base class for building colored strings - ColorStringBuilder In which I defined ColorStringBuilder::append(String text), which calls for StringBuilder::append(). After building the p...