Go Back   Java Programming Forums > Java Standard Edition Programming Help > AWT / Java Swing


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-12-2009, 12:14 PM
Member
 

Join Date: Aug 2009
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
subhvi is on a distinguished road
Question About Title border in jscrollpane

Hi all,
Is it possible to insert two different styles of text(example: bold and plain)in a title border?Please do me the favor.Thanks in advance.



Reply With Quote Share this thread on Facebook
Sponsored Links
Java Training from DevelopIntelligence
  #2 (permalink)  
Old 11-12-2009, 05:36 PM
copeg's Avatar
Moderator
 
6 Highscores

Join Date: Oct 2009
Posts: 685
Thanks: 8
Thanked 150 Times in 142 Posts
copeg will become famous soon enoughcopeg will become famous soon enough
Default Re: About Title border in jscrollpane

I don't think its trivial. Lots of swing components allow html to do simple font changes but TitledBorder does not. A workaround is a) google "TitledBorder source code" to retrieve its source code b) modify the paintBorder function in a way that draws each string accordingly using the appropriate font c) incorporate this new object into your project (I'd recommend calling it something else so there isn't conflict with the swing package TitledBorder). Here is an example of what should be done in the paintBorder function to draw "HERE Bold" as the border. If can be modified appropriately for your text

Java Code
     g.drawString("HERE ", textLoc.x, textLoc.y);
     g.setFont( font.deriveFont(Font.BOLD ) );
     g.drawString("Bold", textLoc.x + fm.stringWidth("HERE "), textLoc.y);
Reply With Quote
  #3 (permalink)  
Old 15-12-2009, 04:45 AM
Member
 

Join Date: Aug 2009
Posts: 36
Thanks: 0
Thanked 0 Times in 0 Posts
subhvi is on a distinguished road
Question Re: About Title border in jscrollpane

Thanks for your reply copeg.Any other possible way?Which borders allow two different size of text in the same title?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Similar Threads
Thread Thread Starter Forum Replies Last Post
JFrame, frame's title doesnt appear. chronoz13 AWT / Java Swing 1 26-11-2009 07:38 PM
Data is getting corrupt in Jscrollpane ruchika AWT / Java Swing 0 01-09-2009 03:41 PM
How to Add scroll bars to JTextArea using JScrollPane Flash Java Code Snippets and Tutorials 1 21-05-2009 08:41 AM


100 most searched terms
Search Cloud
actionlistener actionlistener in java addactionlistener addactionlister arraylist value into hash buffered read two integer value in java create an abstract class called shape with abstract methods+java double to integer double to integer in java double to integer java eclipse shortcut keys exception in thread "awt-eventqueue-0" java.lang.outofmemoryerror: java heap space exception in thread main java.lang.outofmemoryerror java heap space in eclipse format double java get mouse position java how to convert list to map in java how to format doubles in java how to make a calculator in jframe using jcreator http://www.javaprogrammingforums.com/object-oriented-programming/3713-limiting-decimal-places-double.html iphone java java actionlistener java cos java deallocate java double format java double to int java format double java forum java forums java get mouse position java heap size exception java jbutton java nextline() java program to find dimensions of a room java programming codes using astirisks java programming forum java programming forums java.lang.outofmemoryerror: java heap space java.lang.reflect.invocationtargetexception jbutton actionlistener jbutton with key enter jtable questions in java jtext bold jtextarea font jxl.read.biff.biffexception: unable to recognize ole stream kilowatts java program mean value decimal double java oops java assignments programmer forum smack api messagelistener two dimensional arraylist in java

All times are GMT. The time now is 09:06 AM.
Powered by vBulletin® Copyright ©2000-2009, Jelsoft Enterprises Ltd.