Chat
Only 

所属分类:Java编程
开发工具:Java
文件大小:45KB
下载次数:2
上传日期:2009-01-12 21:57:48
上 传 者kevinshiue333
说明:  These notes are only intended as a brief guide for building and running the example.
(These notes are only intended as a brief guide for building and runningthe example.)

文件列表:
Chat\src\NokiaSmsHandler.txt (5943, 2005-01-27)
Chat\classes\ChatMIDlet.class (8047, 2005-01-27)
Chat\classes\ChatScreen.class (3689, 2005-01-27)
Chat\classes\ErrorScreen.class (1285, 2005-01-27)
Chat\classes\IncomingTextMessageListener.class (263, 2005-01-27)
Chat\classes\InputNameScreen.class (1400, 2005-01-27)
Chat\classes\OutgoingTextMessage.class (614, 2005-01-27)
Chat\classes\OutgoingTextMessageListener.class (295, 2005-01-27)
Chat\classes\PeerList.class (4023, 2005-01-27)
Chat\classes\PeerScreen.class (2237, 2005-01-27)
Chat\classes\PhoneBook.class (5160, 2005-01-27)
Chat\classes\SmsHandler.class (2595, 2005-01-27)
Chat\classes\WmaSmsHandler.class (4559, 2005-01-27)
Chat\classes\WriteMessageScreen.class (1949, 2005-01-27)
Chat\classes\package cache\UnnamedPackage.dep2 (19543, 2005-01-27)
Chat\Chat.jad (238, 2005-01-27)
Chat\Chat.jar (19599, 2005-01-27)
Chat\src\ChatMIDlet.java (10087, 2005-01-27)
Chat\src\ChatScreen.java (5857, 2005-01-27)
Chat\src\ErrorScreen.java (2541, 2005-01-27)
Chat\src\IncomingTextMessageListener.java (2035, 2005-01-27)
Chat\src\InputNameScreen.java (2765, 2005-01-27)
Chat\src\OutgoingTextMessage.java (380, 2005-01-27)
Chat\src\OutgoingTextMessageListener.java (2221, 2005-01-27)
Chat\src\PeerList.java (6005, 2005-01-27)
Chat\src\PeerScreen.java (3574, 2005-01-27)
Chat\src\PhoneBook.java (7938, 2005-01-27)
Chat\src\SmsHandler.java (5149, 2005-01-27)
Chat\src\WmaSmsHandler.java (5999, 2005-01-27)
Chat\src\WriteMessageScreen.java (3149, 2005-01-27)
Chat\Chat.jpx (3443, 2005-01-27)
Chat\Chat.jpx.local (444, 2005-01-27)
Chat\res\logo.png (119, 2005-01-27)
Chat\classes\package cache (0, 2009-01-07)
Chat\classes (0, 2009-01-07)
Chat\res (0, 2009-01-07)
Chat\src (0, 2009-01-07)
Chat (0, 2009-01-07)

// Copyright 2003 Nokia Corporation. // // THIS SOURCE CODE IS PROVIDED 'AS IS', WITH NO WARRANTIES WHATSOEVER, // EXPRESS OR IMPLIED, INCLUDING ANY WARRANTY OF MERCHANTABILITY, FITNESS // FOR ANY PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE // OR TRADE PRACTICE, RELATING TO THE SOURCE CODE OR ANY WARRANTY OTHERWISE // ARISING OUT OF ANY PROPOSAL, SPECIFICATION, OR SAMPLE AND WITH NO // OBLIGATION OF NOKIA TO PROVIDE THE LICENSEE WITH ANY MAINTENANCE OR // SUPPORT. FURTHERMORE, NOKIA MAKES NO WARRANTY THAT EXERCISE OF THE // RIGHTS GRANTED HEREUNDER DOES NOT INFRINGE OR MAY NOT CAUSE INFRINGEMENT // OF ANY PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OWNED OR CONTROLLED // BY THIRD PARTIES // // Furthermore, information provided in this source code is preliminary, // and may be changed substantially prior to final release. Nokia Corporation // retains the right to make changes to this source code at // any time, without notice. This source code is provided for informational // purposes only. // // Nokia and Nokia Connecting People are registered trademarks of Nokia // Corporation. // Java and all Java-based marks are trademarks or registered trademarks of // Sun Microsystems, Inc. // Other product and company names mentioned herein may be trademarks or // trade names of their respective owners. // // A non-exclusive, non-transferable, worldwide, limited license is hereby // granted to the Licensee to download, print, reproduce and modify the // source code. The licensee has the right to market, sell, distribute and // make available the source code in original or modified form only when // incorporated into the programs developed by the Licensee. No other // license, express or implied, by estoppel or otherwise, to any other // intellectual property rights is granted herein. Release Notes - Chat MIDlet (May 2003) ===================================================== These notes are only intended as a brief guide for building and running the example. A more detailed description of the design of this MIDlet example has been provided as a separate document on the Forum Nokia website: http://www.forum.nokia.com. The 'Chat MIDlet' example can use either the 'Wireless Messaging API' (WMA) or the 'Nokia SMS API'. Use of WMA is the preferred option in your own 'wireless messaging' MIDlets. Consult your SDK or emulator's documentation with respect to configuring it to run MIDlets which use WMA. Also consult the WMA specification itself as needed. A Note About NokiaSmsHandler.java ================================= The file "NokiaSmsHandler.java" was removed from the JBuilder project file, since use of WMA is preferred. It still remains in the 'src' subdirectory but it has been renamed as "NokiaSmsHandler.txt", so that it can't interfere with compiling of the MIDlet, etc., if you don't need to use it. (If you should want to recompile the MIDlet for use with the older Nokia SMS API, you can rename "NokiaSmsHandler.txt" to "NokiaSmsHandler.java", and then modify the JBuilder project file appropriately, and then recompile, repackage, etc.)

近期下载者

相关文件


收藏者