Results 1 to 4 of 4
Thread: urgent helppp !!!!!
- 03-28-2011, 10:11 AM #1
Member
- Join Date
- Mar 2011
- Posts
- 7
- Rep Power
- 0
- 03-28-2011, 10:43 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,484
- Rep Power
- 16
Your urgency is not our urgency.
And your finances are also none of our concern.
Bolding is a format thing, and not a property of a String.
- 04-11-2011, 09:13 PM #3
If this 'string' is a JLabel, you can make it bold, but as said, a string is just a string, so it doesn't have a bold or font property.
- 04-12-2011, 04:13 PM #4
Member
- Join Date
- Apr 2011
- Posts
- 7
- Rep Power
- 0
To make bold any string, it's a formatting kind of. You may make is bold by using html bold embeded with java string. For example:
String strTobeBold="thesimpletext";
String txt="<html><b>"+strTobeBold+</b></html>";
Now you can use txt , whereever you want to use as bold string. If you have any concern then let me know.
Similar Threads
-
[URGENT]SHA Encryption System...need urgent helps
By java_idiot in forum New To JavaReplies: 6Last Post: 05-02-2010, 10:04 AM -
ComplexNumber.java I NEED HELPPP
By db7_turbo in forum Advanced JavaReplies: 4Last Post: 04-14-2010, 03:16 PM -
I need Help Urgent..
By vidhyaprakash85 in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 02-18-2009, 06:49 AM -
Need help urgent! Is this possible ?
By meodihia in forum Sun Java Wireless ToolkitReplies: 1Last Post: 09-28-2008, 09:05 PM -
helppp
By dadaman in forum New To JavaReplies: 2Last Post: 04-30-2008, 01:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks