Slick Forums

Discuss the Slick 2D Library
It is currently Tue May 21, 2013 4:13 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: Sun Nov 06, 2011 7:15 am 
Offline

Joined: Sun Nov 06, 2011 7:11 am
Posts: 2
Is there a better way to center text on a button than this method I found suggested in a tutorial?:

Code:
this.button.setBorderSize (100 - this.toggleButton.getFont().computeTextWidth(this.button.getText()) / 2, 5);


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 06, 2011 8:00 am 
Offline
Slick Zombie

Joined: Fri Jan 29, 2010 7:02 pm
Posts: 1171
Yes, set the textAlignment:
Code:
<param name="textAlignment"><enum type="alignment">center</enum></param>

_________________
TWL - The Themable Widget Library


Top
 Profile  
 
 Post subject:
PostPosted: Sun Nov 06, 2011 9:54 am 
Offline

Joined: Sun Nov 06, 2011 7:11 am
Posts: 2
Thank you!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group