thinkAlike
Class ScreenControl

java.lang.Object
  extended by javax.microedition.midlet.MIDlet
      extended by thinkAlike.ScreenControl
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener

public class ScreenControl
extends javax.microedition.midlet.MIDlet
implements javax.microedition.lcdui.CommandListener


Constructor Summary
ScreenControl()
          Creates a new instance of HelloMidlet
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command command, javax.microedition.lcdui.Displayable displayable)
          Called by the system to indicate that a command has been invoked on a particular displayable.
 void destroyApp(boolean unconditional)
           
 void exitMIDlet()
          This method should exit the midlet.
 javax.microedition.lcdui.List get_actionScreen()
          This method returns instance for actionScreen component and should be called instead of accessing actionScreen field directly.
 javax.microedition.lcdui.Command get_backCommand1()
          This method returns instance for backCommand1 component and should be called instead of accessing backCommand1 field directly.
 javax.microedition.lcdui.Command get_backCommand2()
          This method returns instance for backCommand2 component and should be called instead of accessing backCommand2 field directly.
 javax.microedition.lcdui.Command get_backCommand3()
          This method returns instance for backCommand3 component and should be called instead of accessing backCommand3 field directly.
 javax.microedition.lcdui.Command get_backCommand4()
          This method returns instance for backCommand4 component and should be called instead of accessing backCommand4 field directly.
 javax.microedition.lcdui.Command get_backCommand5()
          This method returns instance for backCommand5 component and should be called instead of accessing backCommand5 field directly.
 javax.microedition.lcdui.Command get_backCommand6()
          This method returns instance for backCommand6 component and should be called instead of accessing backCommand6 field directly.
 javax.microedition.lcdui.Command get_backCommand7()
          This method returns instance for backCommand7 component and should be called instead of accessing backCommand7 field directly.
 javax.microedition.lcdui.Command get_backCommand8()
          This method returns instance for backCommand8 component and should be called instead of accessing backCommand8 field directly.
 org.netbeans.microedition.lcdui.WaitScreen get_captureImageScreen()
          This method returns instance for captureImageScreen component and should be called instead of accessing captureImageScreen field directly.
 javax.microedition.lcdui.Command get_challenge()
          This method returns instance for challenge component and should be called instead of accessing challenge field directly.
 javax.microedition.lcdui.Command get_challengeButton()
          This method returns instance for challengeButton component and should be called instead of accessing challengeButton field directly.
 javax.microedition.lcdui.Form get_challengeForm()
          This method returns instance for challengeForm component and should be called instead of accessing challengeForm field directly.
 javax.microedition.lcdui.TextField get_chatField()
          This method returns instance for chatField component and should be called instead of accessing chatField field directly.
 javax.microedition.lcdui.StringItem get_chatString()
          This method returns instance for chatString component and should be called instead of accessing chatString field directly.
 javax.microedition.lcdui.Command get_connectCommand()
          This method returns instance for connectCommand component and should be called instead of accessing connectCommand field directly.
 javax.microedition.lcdui.Form get_endForm()
          This method returns instance for endForm component and should be called instead of accessing endForm field directly.
 javax.microedition.lcdui.Command get_exitCommand()
          This method returns instance for exitCommand component and should be called instead of accessing exitCommand field directly.
 javax.microedition.lcdui.Command get_exitCommand1()
          This method returns instance for exitCommand1 component and should be called instead of accessing exitCommand1 field directly.
 javax.microedition.lcdui.Command get_exitCommand2()
          This method returns instance for exitCommand2 component and should be called instead of accessing exitCommand2 field directly.
 javax.microedition.lcdui.Command get_exitCommand3()
          This method returns instance for exitCommand3 component and should be called instead of accessing exitCommand3 field directly.
 javax.microedition.lcdui.Command get_exitCommand4()
          This method returns instance for exitCommand4 component and should be called instead of accessing exitCommand4 field directly.
 javax.microedition.lcdui.Command get_exitCommand5()
          This method returns instance for exitCommand5 component and should be called instead of accessing exitCommand5 field directly.
 javax.microedition.lcdui.Command get_exitCommand6()
          This method returns instance for exitCommand6 component and should be called instead of accessing exitCommand6 field directly.
 javax.microedition.lcdui.StringItem get_fromUserString()
          This method returns instance for fromUserString component and should be called instead of accessing fromUserString field directly.
 javax.microedition.lcdui.Form get_getPictureForm()
          This method returns instance for getPictureForm component and should be called instead of accessing getPictureForm field directly.
 javax.microedition.lcdui.TextField get_host()
          This method returns instance for host component and should be called instead of accessing host field directly.
 javax.microedition.lcdui.Image get_image1()
          This method returns instance for image1 component and should be called instead of accessing image1 field directly.
 javax.microedition.lcdui.ImageItem get_imageItem1()
          This method returns instance for imageItem1 component and should be called instead of accessing imageItem1 field directly.
 javax.microedition.lcdui.StringItem get_initialWordString()
          This method returns instance for initialWordString component and should be called instead of accessing initialWordString field directly.
 javax.microedition.lcdui.Command get_itemCommand1()
          This method returns instance for itemCommand1 component and should be called instead of accessing itemCommand1 field directly.
 javax.microedition.lcdui.Command get_itemCommand2()
          This method returns instance for itemCommand2 component and should be called instead of accessing itemCommand2 field directly.
 javax.microedition.lcdui.Form get_loginXmpp()
          This method returns instance for loginXmpp component and should be called instead of accessing loginXmpp field directly.
 javax.microedition.lcdui.Command get_okCommand1()
          This method returns instance for okCommand1 component and should be called instead of accessing okCommand1 field directly.
 javax.microedition.lcdui.Command get_okCommand10()
          This method returns instance for okCommand10 component and should be called instead of accessing okCommand10 field directly.
 javax.microedition.lcdui.Command get_okCommand2()
          This method returns instance for okCommand2 component and should be called instead of accessing okCommand2 field directly.
 javax.microedition.lcdui.Command get_okCommand3()
          This method returns instance for okCommand3 component and should be called instead of accessing okCommand3 field directly.
 javax.microedition.lcdui.Command get_okCommand4()
          This method returns instance for okCommand4 component and should be called instead of accessing okCommand4 field directly.
 javax.microedition.lcdui.Command get_okCommand5()
          This method returns instance for okCommand5 component and should be called instead of accessing okCommand5 field directly.
 javax.microedition.lcdui.Command get_okCommand6()
          This method returns instance for okCommand6 component and should be called instead of accessing okCommand6 field directly.
 javax.microedition.lcdui.Command get_okCommand7()
          This method returns instance for okCommand7 component and should be called instead of accessing okCommand7 field directly.
 javax.microedition.lcdui.Command get_okCommand8()
          This method returns instance for okCommand8 component and should be called instead of accessing okCommand8 field directly.
 javax.microedition.lcdui.Command get_okCommand9()
          This method returns instance for okCommand9 component and should be called instead of accessing okCommand9 field directly.
 javax.microedition.lcdui.TextField get_password()
          This method returns instance for password component and should be called instead of accessing password field directly.
 javax.microedition.lcdui.Command get_pictureOk()
          This method returns instance for pictureOk component and should be called instead of accessing pictureOk field directly.
 javax.microedition.lcdui.Form get_recievedChallengeForm()
          This method returns instance for recievedChallengeForm component and should be called instead of accessing recievedChallengeForm field directly.
 javax.microedition.lcdui.ImageItem get_recievedPicture()
          This method returns instance for recievedPicture component and should be called instead of accessing recievedPicture field directly.
 javax.microedition.lcdui.Command get_reply()
          This method returns instance for reply component and should be called instead of accessing reply field directly.
 javax.microedition.lcdui.TextField get_resource()
          This method returns instance for resource component and should be called instead of accessing resource field directly.
 javax.microedition.lcdui.Form get_responseForm()
          This method returns instance for responseForm component and should be called instead of accessing responseForm field directly.
 javax.microedition.lcdui.Form get_resultForm()
          This method returns instance for resultForm component and should be called instead of accessing resultForm field directly.
 javax.microedition.lcdui.StringItem get_resultRecieverString()
          This method returns instance for resultRecieverString component and should be called instead of accessing resultRecieverString field directly.
 javax.microedition.lcdui.StringItem get_resultRequestString()
          This method returns instance for resultRequestString component and should be called instead of accessing resultRequestString field directly.
 javax.microedition.lcdui.Command get_screenCommand1()
          This method returns instance for screenCommand1 component and should be called instead of accessing screenCommand1 field directly.
 javax.microedition.lcdui.Command get_screenCommand2()
          This method returns instance for screenCommand2 component and should be called instead of accessing screenCommand2 field directly.
 org.netbeans.microedition.lcdui.WaitScreen get_sendChallenge()
          This method returns instance for sendChallenge component and should be called instead of accessing sendChallenge field directly.
 javax.microedition.lcdui.Command get_sendChat()
          This method returns instance for sendChat component and should be called instead of accessing sendChat field directly.
 org.netbeans.microedition.lcdui.WaitScreen get_sendChat1()
          This method returns instance for sendChat1 component and should be called instead of accessing sendChat1 field directly.
 org.netbeans.microedition.lcdui.WaitScreen get_sendingWord()
          This method returns instance for sendingWord component and should be called instead of accessing sendingWord field directly.
 javax.microedition.lcdui.Command get_sendWords()
          This method returns instance for sendWords component and should be called instead of accessing sendWords field directly.
 javax.microedition.lcdui.ImageItem get_sentPicture()
          This method returns instance for sentPicture component and should be called instead of accessing sentPicture field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask1()
          This method returns instance for simpleCancellableTask1 component and should be called instead of accessing simpleCancellableTask1 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask2()
          This method returns instance for simpleCancellableTask2 component and should be called instead of accessing simpleCancellableTask2 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask3()
          This method returns instance for simpleCancellableTask3 component and should be called instead of accessing simpleCancellableTask3 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask4()
          This method returns instance for simpleCancellableTask4 component and should be called instead of accessing simpleCancellableTask4 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask5()
          This method returns instance for simpleCancellableTask5 component and should be called instead of accessing simpleCancellableTask5 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask6()
          This method returns instance for simpleCancellableTask6 component and should be called instead of accessing simpleCancellableTask6 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask7()
          This method returns instance for simpleCancellableTask7 component and should be called instead of accessing simpleCancellableTask7 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask8()
          This method returns instance for simpleCancellableTask8 component and should be called instead of accessing simpleCancellableTask8 field directly.
 org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask9()
          This method returns instance for simpleCancellableTask9 component and should be called instead of accessing simpleCancellableTask9 field directly.
 javax.microedition.lcdui.Command get_speakButton()
          This method returns instance for speakButton component and should be called instead of accessing speakButton field directly.
 javax.microedition.lcdui.Command get_speakResponder()
          This method returns instance for speakResponder component and should be called instead of accessing speakResponder field directly.
 javax.microedition.lcdui.StringItem get_stringItem2()
          This method returns instance for stringItem2 component and should be called instead of accessing stringItem2 field directly.
 javax.microedition.lcdui.StringItem get_stringItem3()
          This method returns instance for stringItem3 component and should be called instead of accessing stringItem3 field directly.
 javax.microedition.lcdui.StringItem get_stringItem6()
          This method returns instance for stringItem6 component and should be called instead of accessing stringItem6 field directly.
 javax.microedition.lcdui.StringItem get_suggestedWordsEndString()
          This method returns instance for suggestedWordsEndString component and should be called instead of accessing suggestedWordsEndString field directly.
 javax.microedition.lcdui.StringItem get_suggestedWordsRecieverString()
          This method returns instance for suggestedWordsRecieverString component and should be called instead of accessing suggestedWordsRecieverString field directly.
 javax.microedition.lcdui.TextField get_theWord()
          This method returns instance for theWord component and should be called instead of accessing theWord field directly.
 javax.microedition.lcdui.StringItem get_theWordRecieverString()
          This method returns instance for theWordRecieverString component and should be called instead of accessing theWordRecieverString field directly.
 javax.microedition.lcdui.Form get_thinkForm()
          This method returns instance for thinkForm component and should be called instead of accessing thinkForm field directly.
 javax.microedition.lcdui.TextField get_thinkOfWord1()
          This method returns instance for thinkOfWord1 component and should be called instead of accessing thinkOfWord1 field directly.
 javax.microedition.lcdui.TextField get_thinkOfWord2()
          This method returns instance for thinkOfWord2 component and should be called instead of accessing thinkOfWord2 field directly.
 javax.microedition.lcdui.TextField get_thinkOfWord3()
          This method returns instance for thinkOfWord3 component and should be called instead of accessing thinkOfWord3 field directly.
 javax.microedition.lcdui.TextField get_toUsername()
          This method returns instance for toUsername component and should be called instead of accessing toUsername field directly.
 javax.microedition.lcdui.TextField get_username()
          This method returns instance for username component and should be called instead of accessing username field directly.
 org.netbeans.microedition.lcdui.WaitScreen get_waitScreen1()
          This method returns instance for waitScreen1 component and should be called instead of accessing waitScreen1 field directly.
 javax.microedition.lcdui.StringItem get_word1Recieved()
          This method returns instance for word1Recieved component and should be called instead of accessing word1Recieved field directly.
 javax.microedition.lcdui.StringItem get_word2Recieved()
          This method returns instance for word2Recieved component and should be called instead of accessing word2Recieved field directly.
 javax.microedition.lcdui.StringItem get_word3Recieved()
          This method returns instance for word3Recieved component and should be called instead of accessing word3Recieved field directly.
 javax.microedition.lcdui.Display getDisplay()
          This method should return an instance of the display.
 void pauseApp()
           
 void startApp()
           
 
Methods inherited from class javax.microedition.midlet.MIDlet
checkPermission, getAppProperty, notifyDestroyed, notifyPaused, platformRequest, resumeRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenControl

public ScreenControl()
Creates a new instance of HelloMidlet

Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command command,
                          javax.microedition.lcdui.Displayable displayable)
Called by the system to indicate that a command has been invoked on a particular displayable.//GEN-BEGIN:MVDCABegin

Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener
Parameters:
command - the Command that ws invoked
displayable - the Displayable on which the command was invoked

getDisplay

public javax.microedition.lcdui.Display getDisplay()
This method should return an instance of the display.


exitMIDlet

public void exitMIDlet()
This method should exit the midlet.


get_exitCommand

public javax.microedition.lcdui.Command get_exitCommand()
This method returns instance for exitCommand component and should be called instead of accessing exitCommand field directly.//GEN-BEGIN:MVDGetBegin5

Returns:
Instance for exitCommand component

get_exitCommand1

public javax.microedition.lcdui.Command get_exitCommand1()
This method returns instance for exitCommand1 component and should be called instead of accessing exitCommand1 field directly.//GEN-BEGIN:MVDGetBegin22

Returns:
Instance for exitCommand1 component

get_okCommand1

public javax.microedition.lcdui.Command get_okCommand1()
This method returns instance for okCommand1 component and should be called instead of accessing okCommand1 field directly.//GEN-BEGIN:MVDGetBegin24

Returns:
Instance for okCommand1 component

get_exitCommand2

public javax.microedition.lcdui.Command get_exitCommand2()
This method returns instance for exitCommand2 component and should be called instead of accessing exitCommand2 field directly.//GEN-BEGIN:MVDGetBegin26

Returns:
Instance for exitCommand2 component

get_okCommand2

public javax.microedition.lcdui.Command get_okCommand2()
This method returns instance for okCommand2 component and should be called instead of accessing okCommand2 field directly.//GEN-BEGIN:MVDGetBegin36

Returns:
Instance for okCommand2 component

get_exitCommand3

public javax.microedition.lcdui.Command get_exitCommand3()
This method returns instance for exitCommand3 component and should be called instead of accessing exitCommand3 field directly.//GEN-BEGIN:MVDGetBegin38

Returns:
Instance for exitCommand3 component

get_simpleCancellableTask1

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask1()
This method returns instance for simpleCancellableTask1 component and should be called instead of accessing simpleCancellableTask1 field directly.//GEN-BEGIN:MVDGetBegin45

Returns:
Instance for simpleCancellableTask1 component

get_backCommand1

public javax.microedition.lcdui.Command get_backCommand1()
This method returns instance for backCommand1 component and should be called instead of accessing backCommand1 field directly.//GEN-BEGIN:MVDGetBegin50

Returns:
Instance for backCommand1 component

get_okCommand3

public javax.microedition.lcdui.Command get_okCommand3()
This method returns instance for okCommand3 component and should be called instead of accessing okCommand3 field directly.//GEN-BEGIN:MVDGetBegin54

Returns:
Instance for okCommand3 component

get_backCommand2

public javax.microedition.lcdui.Command get_backCommand2()
This method returns instance for backCommand2 component and should be called instead of accessing backCommand2 field directly.//GEN-BEGIN:MVDGetBegin56

Returns:
Instance for backCommand2 component

get_exitCommand4

public javax.microedition.lcdui.Command get_exitCommand4()
This method returns instance for exitCommand4 component and should be called instead of accessing exitCommand4 field directly.//GEN-BEGIN:MVDGetBegin58

Returns:
Instance for exitCommand4 component

get_connectCommand

public javax.microedition.lcdui.Command get_connectCommand()
This method returns instance for connectCommand component and should be called instead of accessing connectCommand field directly.//GEN-BEGIN:MVDGetBegin60

Returns:
Instance for connectCommand component

get_screenCommand1

public javax.microedition.lcdui.Command get_screenCommand1()
This method returns instance for screenCommand1 component and should be called instead of accessing screenCommand1 field directly.//GEN-BEGIN:MVDGetBegin66

Returns:
Instance for screenCommand1 component

get_simpleCancellableTask2

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask2()
This method returns instance for simpleCancellableTask2 component and should be called instead of accessing simpleCancellableTask2 field directly.//GEN-BEGIN:MVDGetBegin71

Returns:
Instance for simpleCancellableTask2 component

get_screenCommand2

public javax.microedition.lcdui.Command get_screenCommand2()
This method returns instance for screenCommand2 component and should be called instead of accessing screenCommand2 field directly.//GEN-BEGIN:MVDGetBegin72

Returns:
Instance for screenCommand2 component

get_simpleCancellableTask3

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask3()
This method returns instance for simpleCancellableTask3 component and should be called instead of accessing simpleCancellableTask3 field directly.//GEN-BEGIN:MVDGetBegin77

Returns:
Instance for simpleCancellableTask3 component

get_loginXmpp

public javax.microedition.lcdui.Form get_loginXmpp()
This method returns instance for loginXmpp component and should be called instead of accessing loginXmpp field directly.//GEN-BEGIN:MVDGetBegin78

Returns:
Instance for loginXmpp component

get_host

public javax.microedition.lcdui.TextField get_host()
This method returns instance for host component and should be called instead of accessing host field directly.//GEN-BEGIN:MVDGetBegin79

Returns:
Instance for host component

get_stringItem3

public javax.microedition.lcdui.StringItem get_stringItem3()
This method returns instance for stringItem3 component and should be called instead of accessing stringItem3 field directly.//GEN-BEGIN:MVDGetBegin80

Returns:
Instance for stringItem3 component

get_username

public javax.microedition.lcdui.TextField get_username()
This method returns instance for username component and should be called instead of accessing username field directly.//GEN-BEGIN:MVDGetBegin81

Returns:
Instance for username component

get_password

public javax.microedition.lcdui.TextField get_password()
This method returns instance for password component and should be called instead of accessing password field directly.//GEN-BEGIN:MVDGetBegin82

Returns:
Instance for password component

get_resource

public javax.microedition.lcdui.TextField get_resource()
This method returns instance for resource component and should be called instead of accessing resource field directly.//GEN-BEGIN:MVDGetBegin83

Returns:
Instance for resource component

get_okCommand4

public javax.microedition.lcdui.Command get_okCommand4()
This method returns instance for okCommand4 component and should be called instead of accessing okCommand4 field directly.//GEN-BEGIN:MVDGetBegin84

Returns:
Instance for okCommand4 component

get_okCommand5

public javax.microedition.lcdui.Command get_okCommand5()
This method returns instance for okCommand5 component and should be called instead of accessing okCommand5 field directly.//GEN-BEGIN:MVDGetBegin85

Returns:
Instance for okCommand5 component

get_okCommand6

public javax.microedition.lcdui.Command get_okCommand6()
This method returns instance for okCommand6 component and should be called instead of accessing okCommand6 field directly.//GEN-BEGIN:MVDGetBegin86

Returns:
Instance for okCommand6 component

get_backCommand3

public javax.microedition.lcdui.Command get_backCommand3()
This method returns instance for backCommand3 component and should be called instead of accessing backCommand3 field directly.//GEN-BEGIN:MVDGetBegin88

Returns:
Instance for backCommand3 component

get_actionScreen

public javax.microedition.lcdui.List get_actionScreen()
This method returns instance for actionScreen component and should be called instead of accessing actionScreen field directly.//GEN-BEGIN:MVDGetBegin90

Returns:
Instance for actionScreen component

get_okCommand7

public javax.microedition.lcdui.Command get_okCommand7()
This method returns instance for okCommand7 component and should be called instead of accessing okCommand7 field directly.//GEN-BEGIN:MVDGetBegin102

Returns:
Instance for okCommand7 component

get_backCommand4

public javax.microedition.lcdui.Command get_backCommand4()
This method returns instance for backCommand4 component and should be called instead of accessing backCommand4 field directly.//GEN-BEGIN:MVDGetBegin104

Returns:
Instance for backCommand4 component

get_okCommand8

public javax.microedition.lcdui.Command get_okCommand8()
This method returns instance for okCommand8 component and should be called instead of accessing okCommand8 field directly.//GEN-BEGIN:MVDGetBegin116

Returns:
Instance for okCommand8 component

get_backCommand5

public javax.microedition.lcdui.Command get_backCommand5()
This method returns instance for backCommand5 component and should be called instead of accessing backCommand5 field directly.//GEN-BEGIN:MVDGetBegin118

Returns:
Instance for backCommand5 component

get_simpleCancellableTask4

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask4()
This method returns instance for simpleCancellableTask4 component and should be called instead of accessing simpleCancellableTask4 field directly.//GEN-BEGIN:MVDGetBegin127

Returns:
Instance for simpleCancellableTask4 component

get_waitScreen1

public org.netbeans.microedition.lcdui.WaitScreen get_waitScreen1()
This method returns instance for waitScreen1 component and should be called instead of accessing waitScreen1 field directly.//GEN-BEGIN:MVDGetBegin128

Returns:
Instance for waitScreen1 component

get_simpleCancellableTask5

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask5()
This method returns instance for simpleCancellableTask5 component and should be called instead of accessing simpleCancellableTask5 field directly.//GEN-BEGIN:MVDGetBegin131

Returns:
Instance for simpleCancellableTask5 component

get_okCommand9

public javax.microedition.lcdui.Command get_okCommand9()
This method returns instance for okCommand9 component and should be called instead of accessing okCommand9 field directly.//GEN-BEGIN:MVDGetBegin140

Returns:
Instance for okCommand9 component

get_reply

public javax.microedition.lcdui.Command get_reply()
This method returns instance for reply component and should be called instead of accessing reply field directly.//GEN-BEGIN:MVDGetBegin142

Returns:
Instance for reply component

get_backCommand6

public javax.microedition.lcdui.Command get_backCommand6()
This method returns instance for backCommand6 component and should be called instead of accessing backCommand6 field directly.//GEN-BEGIN:MVDGetBegin144

Returns:
Instance for backCommand6 component

get_backCommand7

public javax.microedition.lcdui.Command get_backCommand7()
This method returns instance for backCommand7 component and should be called instead of accessing backCommand7 field directly.//GEN-BEGIN:MVDGetBegin145

Returns:
Instance for backCommand7 component

get_exitCommand5

public javax.microedition.lcdui.Command get_exitCommand5()
This method returns instance for exitCommand5 component and should be called instead of accessing exitCommand5 field directly.//GEN-BEGIN:MVDGetBegin147

Returns:
Instance for exitCommand5 component

get_getPictureForm

public javax.microedition.lcdui.Form get_getPictureForm()
This method returns instance for getPictureForm component and should be called instead of accessing getPictureForm field directly.//GEN-BEGIN:MVDGetBegin151

Returns:
Instance for getPictureForm component

get_challengeForm

public javax.microedition.lcdui.Form get_challengeForm()
This method returns instance for challengeForm component and should be called instead of accessing challengeForm field directly.//GEN-BEGIN:MVDGetBegin152

Returns:
Instance for challengeForm component

get_theWord

public javax.microedition.lcdui.TextField get_theWord()
This method returns instance for theWord component and should be called instead of accessing theWord field directly.//GEN-BEGIN:MVDGetBegin153

Returns:
Instance for theWord component

get_toUsername

public javax.microedition.lcdui.TextField get_toUsername()
This method returns instance for toUsername component and should be called instead of accessing toUsername field directly.//GEN-BEGIN:MVDGetBegin154

Returns:
Instance for toUsername component

get_pictureOk

public javax.microedition.lcdui.Command get_pictureOk()
This method returns instance for pictureOk component and should be called instead of accessing pictureOk field directly.//GEN-BEGIN:MVDGetBegin155

Returns:
Instance for pictureOk component

get_challenge

public javax.microedition.lcdui.Command get_challenge()
This method returns instance for challenge component and should be called instead of accessing challenge field directly.//GEN-BEGIN:MVDGetBegin157

Returns:
Instance for challenge component

get_responseForm

public javax.microedition.lcdui.Form get_responseForm()
This method returns instance for responseForm component and should be called instead of accessing responseForm field directly.//GEN-BEGIN:MVDGetBegin160

Returns:
Instance for responseForm component

get_sendChallenge

public org.netbeans.microedition.lcdui.WaitScreen get_sendChallenge()
This method returns instance for sendChallenge component and should be called instead of accessing sendChallenge field directly.//GEN-BEGIN:MVDGetBegin161

Returns:
Instance for sendChallenge component

get_challengeButton

public javax.microedition.lcdui.Command get_challengeButton()
This method returns instance for challengeButton component and should be called instead of accessing challengeButton field directly.//GEN-BEGIN:MVDGetBegin164

Returns:
Instance for challengeButton component

get_backCommand8

public javax.microedition.lcdui.Command get_backCommand8()
This method returns instance for backCommand8 component and should be called instead of accessing backCommand8 field directly.//GEN-BEGIN:MVDGetBegin166

Returns:
Instance for backCommand8 component

get_stringItem2

public javax.microedition.lcdui.StringItem get_stringItem2()
This method returns instance for stringItem2 component and should be called instead of accessing stringItem2 field directly.//GEN-BEGIN:MVDGetBegin169

Returns:
Instance for stringItem2 component

get_word1Recieved

public javax.microedition.lcdui.StringItem get_word1Recieved()
This method returns instance for word1Recieved component and should be called instead of accessing word1Recieved field directly.//GEN-BEGIN:MVDGetBegin171

Returns:
Instance for word1Recieved component

get_word2Recieved

public javax.microedition.lcdui.StringItem get_word2Recieved()
This method returns instance for word2Recieved component and should be called instead of accessing word2Recieved field directly.//GEN-BEGIN:MVDGetBegin172

Returns:
Instance for word2Recieved component

get_word3Recieved

public javax.microedition.lcdui.StringItem get_word3Recieved()
This method returns instance for word3Recieved component and should be called instead of accessing word3Recieved field directly.//GEN-BEGIN:MVDGetBegin173

Returns:
Instance for word3Recieved component

get_resultRequestString

public javax.microedition.lcdui.StringItem get_resultRequestString()
This method returns instance for resultRequestString component and should be called instead of accessing resultRequestString field directly.//GEN-BEGIN:MVDGetBegin174

Returns:
Instance for resultRequestString component

get_speakButton

public javax.microedition.lcdui.Command get_speakButton()
This method returns instance for speakButton component and should be called instead of accessing speakButton field directly.//GEN-BEGIN:MVDGetBegin175

Returns:
Instance for speakButton component

get_endForm

public javax.microedition.lcdui.Form get_endForm()
This method returns instance for endForm component and should be called instead of accessing endForm field directly.//GEN-BEGIN:MVDGetBegin177

Returns:
Instance for endForm component

get_initialWordString

public javax.microedition.lcdui.StringItem get_initialWordString()
This method returns instance for initialWordString component and should be called instead of accessing initialWordString field directly.//GEN-BEGIN:MVDGetBegin179

Returns:
Instance for initialWordString component

get_suggestedWordsEndString

public javax.microedition.lcdui.StringItem get_suggestedWordsEndString()
This method returns instance for suggestedWordsEndString component and should be called instead of accessing suggestedWordsEndString field directly.//GEN-BEGIN:MVDGetBegin180

Returns:
Instance for suggestedWordsEndString component

get_chatString

public javax.microedition.lcdui.StringItem get_chatString()
This method returns instance for chatString component and should be called instead of accessing chatString field directly.//GEN-BEGIN:MVDGetBegin181

Returns:
Instance for chatString component

get_chatField

public javax.microedition.lcdui.TextField get_chatField()
This method returns instance for chatField component and should be called instead of accessing chatField field directly.//GEN-BEGIN:MVDGetBegin183

Returns:
Instance for chatField component

get_thinkForm

public javax.microedition.lcdui.Form get_thinkForm()
This method returns instance for thinkForm component and should be called instead of accessing thinkForm field directly.//GEN-BEGIN:MVDGetBegin184

Returns:
Instance for thinkForm component

get_thinkOfWord1

public javax.microedition.lcdui.TextField get_thinkOfWord1()
This method returns instance for thinkOfWord1 component and should be called instead of accessing thinkOfWord1 field directly.//GEN-BEGIN:MVDGetBegin187

Returns:
Instance for thinkOfWord1 component

get_sendWords

public javax.microedition.lcdui.Command get_sendWords()
This method returns instance for sendWords component and should be called instead of accessing sendWords field directly.//GEN-BEGIN:MVDGetBegin188

Returns:
Instance for sendWords component

get_sendingWord

public org.netbeans.microedition.lcdui.WaitScreen get_sendingWord()
This method returns instance for sendingWord component and should be called instead of accessing sendingWord field directly.//GEN-BEGIN:MVDGetBegin190

Returns:
Instance for sendingWord component

get_thinkOfWord2

public javax.microedition.lcdui.TextField get_thinkOfWord2()
This method returns instance for thinkOfWord2 component and should be called instead of accessing thinkOfWord2 field directly.//GEN-BEGIN:MVDGetBegin194

Returns:
Instance for thinkOfWord2 component

get_thinkOfWord3

public javax.microedition.lcdui.TextField get_thinkOfWord3()
This method returns instance for thinkOfWord3 component and should be called instead of accessing thinkOfWord3 field directly.//GEN-BEGIN:MVDGetBegin195

Returns:
Instance for thinkOfWord3 component

get_recievedChallengeForm

public javax.microedition.lcdui.Form get_recievedChallengeForm()
This method returns instance for recievedChallengeForm component and should be called instead of accessing recievedChallengeForm field directly.//GEN-BEGIN:MVDGetBegin196

Returns:
Instance for recievedChallengeForm component

get_fromUserString

public javax.microedition.lcdui.StringItem get_fromUserString()
This method returns instance for fromUserString component and should be called instead of accessing fromUserString field directly.//GEN-BEGIN:MVDGetBegin197

Returns:
Instance for fromUserString component

get_stringItem6

public javax.microedition.lcdui.StringItem get_stringItem6()
This method returns instance for stringItem6 component and should be called instead of accessing stringItem6 field directly.//GEN-BEGIN:MVDGetBegin198

Returns:
Instance for stringItem6 component

get_okCommand10

public javax.microedition.lcdui.Command get_okCommand10()
This method returns instance for okCommand10 component and should be called instead of accessing okCommand10 field directly.//GEN-BEGIN:MVDGetBegin199

Returns:
Instance for okCommand10 component

get_resultForm

public javax.microedition.lcdui.Form get_resultForm()
This method returns instance for resultForm component and should be called instead of accessing resultForm field directly.//GEN-BEGIN:MVDGetBegin201

Returns:
Instance for resultForm component

get_theWordRecieverString

public javax.microedition.lcdui.StringItem get_theWordRecieverString()
This method returns instance for theWordRecieverString component and should be called instead of accessing theWordRecieverString field directly.//GEN-BEGIN:MVDGetBegin202

Returns:
Instance for theWordRecieverString component

get_suggestedWordsRecieverString

public javax.microedition.lcdui.StringItem get_suggestedWordsRecieverString()
This method returns instance for suggestedWordsRecieverString component and should be called instead of accessing suggestedWordsRecieverString field directly.//GEN-BEGIN:MVDGetBegin203

Returns:
Instance for suggestedWordsRecieverString component

get_resultRecieverString

public javax.microedition.lcdui.StringItem get_resultRecieverString()
This method returns instance for resultRecieverString component and should be called instead of accessing resultRecieverString field directly.//GEN-BEGIN:MVDGetBegin204

Returns:
Instance for resultRecieverString component

get_simpleCancellableTask6

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask6()
This method returns instance for simpleCancellableTask6 component and should be called instead of accessing simpleCancellableTask6 field directly.//GEN-BEGIN:MVDGetBegin205

Returns:
Instance for simpleCancellableTask6 component

get_simpleCancellableTask7

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask7()
This method returns instance for simpleCancellableTask7 component and should be called instead of accessing simpleCancellableTask7 field directly.//GEN-BEGIN:MVDGetBegin206

Returns:
Instance for simpleCancellableTask7 component

get_speakResponder

public javax.microedition.lcdui.Command get_speakResponder()
This method returns instance for speakResponder component and should be called instead of accessing speakResponder field directly.//GEN-BEGIN:MVDGetBegin207

Returns:
Instance for speakResponder component

get_itemCommand1

public javax.microedition.lcdui.Command get_itemCommand1()
This method returns instance for itemCommand1 component and should be called instead of accessing itemCommand1 field directly.//GEN-BEGIN:MVDGetBegin209

Returns:
Instance for itemCommand1 component

get_exitCommand6

public javax.microedition.lcdui.Command get_exitCommand6()
This method returns instance for exitCommand6 component and should be called instead of accessing exitCommand6 field directly.//GEN-BEGIN:MVDGetBegin211

Returns:
Instance for exitCommand6 component

get_itemCommand2

public javax.microedition.lcdui.Command get_itemCommand2()
This method returns instance for itemCommand2 component and should be called instead of accessing itemCommand2 field directly.//GEN-BEGIN:MVDGetBegin213

Returns:
Instance for itemCommand2 component

get_sendChat

public javax.microedition.lcdui.Command get_sendChat()
This method returns instance for sendChat component and should be called instead of accessing sendChat field directly.//GEN-BEGIN:MVDGetBegin215

Returns:
Instance for sendChat component

get_sendChat1

public org.netbeans.microedition.lcdui.WaitScreen get_sendChat1()
This method returns instance for sendChat1 component and should be called instead of accessing sendChat1 field directly.//GEN-BEGIN:MVDGetBegin217

Returns:
Instance for sendChat1 component

get_simpleCancellableTask8

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask8()
This method returns instance for simpleCancellableTask8 component and should be called instead of accessing simpleCancellableTask8 field directly.//GEN-BEGIN:MVDGetBegin220

Returns:
Instance for simpleCancellableTask8 component

get_captureImageScreen

public org.netbeans.microedition.lcdui.WaitScreen get_captureImageScreen()
This method returns instance for captureImageScreen component and should be called instead of accessing captureImageScreen field directly.//GEN-BEGIN:MVDGetBegin221

Returns:
Instance for captureImageScreen component

get_simpleCancellableTask9

public org.netbeans.microedition.util.SimpleCancellableTask get_simpleCancellableTask9()
This method returns instance for simpleCancellableTask9 component and should be called instead of accessing simpleCancellableTask9 field directly.//GEN-BEGIN:MVDGetBegin224

Returns:
Instance for simpleCancellableTask9 component

get_image1

public javax.microedition.lcdui.Image get_image1()
This method returns instance for image1 component and should be called instead of accessing image1 field directly.//GEN-BEGIN:MVDGetBegin225

Returns:
Instance for image1 component

get_sentPicture

public javax.microedition.lcdui.ImageItem get_sentPicture()
This method returns instance for sentPicture component and should be called instead of accessing sentPicture field directly.//GEN-BEGIN:MVDGetBegin226

Returns:
Instance for sentPicture component

get_recievedPicture

public javax.microedition.lcdui.ImageItem get_recievedPicture()
This method returns instance for recievedPicture component and should be called instead of accessing recievedPicture field directly.//GEN-BEGIN:MVDGetBegin227

Returns:
Instance for recievedPicture component

get_imageItem1

public javax.microedition.lcdui.ImageItem get_imageItem1()
This method returns instance for imageItem1 component and should be called instead of accessing imageItem1 field directly.//GEN-BEGIN:MVDGetBegin229

Returns:
Instance for imageItem1 component

startApp

public void startApp()
Specified by:
startApp in class javax.microedition.midlet.MIDlet

pauseApp

public void pauseApp()
Specified by:
pauseApp in class javax.microedition.midlet.MIDlet

destroyApp

public void destroyApp(boolean unconditional)
Specified by:
destroyApp in class javax.microedition.midlet.MIDlet