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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

anything like vb with...end with?

Status
Not open for further replies.

mackey333

Technical User
May 10, 2001
563
US
Does java have a with function, like visual basic...ie something like:

with textArea
{
.setEditable(false);
.setEnable(true);
}

-Greg :-Q

flaga.gif
 
No, it doesn't. Java programmers become better typists. "When you have eliminated the impossible, whatever remains, however
improbable, must be the truth." ~ Arthur Conan Doyle
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top