Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Avoid tabbing through enabled but non-editable fields

Status
Not open for further replies.

flannigan

MIS
Apr 12, 1999
2
US
I am doing GUI development using PowerSoft's PowerJ and want to be able to skip over tabbing though some fields on GUI. The tool allows you to change the tab order, but I do not want to even tab to some of the fields (some enabled bu non-editable text fields. Any suggestions?
 
The setEditable(false) method may will help you. Every class that was derived from java.awt.TextArea (TextField, TextArea, etc.) have this method.<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top