Button

Hi,

I don't know how to creat JButton that look like Button..

so, I created a regular button in my project', but the button not get the font "Arial".

Button btn = new Button("Hello");

btn.setFont(new Font("Arial", Font.BOLD, 24));

and I have one more

I want to do this :

Cursor hourglassCursor = new Cursor(Cursor.WAIT_CURSOR);

setCursor(hourglassCursor);

when user click in the header jxtable to sorting the column.

how can I get this?

Thanking you in anticipation

Thanking you in anticipation,

Yael

[589 byte] By [yael800a] at [2007-10-3 8:39:43]
# 1
Quit multi-posting. You posted the same question 20 minutes ago: http://forum.java.sun.com/thread.jspa?threadID=781576&tstart=0
camickra at 2007-7-15 3:47:51 > top of Java-index,Desktop,Core GUI APIs...