I'm doing some buttons with image and wish you text. However I can not make the text is placed below the image.
Is there any way to do this?
I'm building button with Scene Builder.
The CSS I hold to insert the image in the button is as follows:
#chatButton {
-fx-text-fill: white;
-fx-graphic: url("../signa/img/chat.png");
-fx-background-color: transparent;
}
Edited by: biochemistry43 on 4/12/2012 08:06 AM