[UFO-devel] Text and buttons...
Status: Beta
Brought to you by:
schmidtjf
From: Mobius <mo...@li...> - 2005-09-12 20:26:35
|
Hi, I have a question about buttons... :) Code: [...] button_size = (w - 42) / 4; button_prev = new UButton("Prev"); button_prev->setPreferredSize(UDimension(button_size, 28)); load_window->getContentPane()->add(button_prev); button_next = new UButton("Next"); button_next->setPreferredSize(UDimension(button_size, 28)); load_window->getContentPane()->add(button_next); [...] Screenshot: http://www.flammataetra.com/buttons.gif Is there a function that automatically centers the text in a button? Thanx! |