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

