Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] TAB-traversall order

The order that you instances the controls.
Exemple:
button1 = new Button(...);
button2 = new Button2(...);
 
button1 is first and button2 is second.

Ivan Yosifov <iyosifov@xxxxxxx> wrote:
Hello All ,

How do I change the order TAB traverses the controls on my shell ?

Ivan Yosifov.

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Yahoo! Mail - O melhor e-mail do Brasil. Abra sua conta agora!

Back to the top