Home
last modified time | relevance | path

Searched refs:_txtLabel (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java49 private Label _txtLabel; field in ConnectionAwareClient
64 _txtLabel = new Label( "disconnected" ); in ConnectionAwareClient()
70 p1.add( _txtLabel ); in ConnectionAwareClient()
89 _txtLabel.setText( "disconnected" ); in disposing()
107 _txtLabel.setText( "connected" ); in actionPerformed()
111 _txtLabel.setText( exc.getMessage() ); in actionPerformed()
115 _txtLabel.setText( exc.getMessage() ); in actionPerformed()

Completed in 24 milliseconds