简体   繁体   English

对J2ME中多语言消息传递应用程序的GUI的建议

[英]Suggestions for GUI of a multiledia messaging application in J2ME

We have developed a messaging application in j2me which adds text message, gets pictures from gallery and attaches them to the message etc and sends it over to a server after encryption, ie the client wants the messages to be encrypted. 我们在j2me中开发了一个消息传递应用程序,它可以添加文本消息,从图库中获取图片并将其附加到消息等中,并在加密后将其发送到服务器,即客户端希望对消息进行加密。 The app is ready but the only problem is that the GUI of the app looks miserable compared to the GUI of native messaging application on Nokia phones. 该应用程序已经准备就绪,但是唯一的问题是,与诺基亚手机上的本机消息传递应用程序的GUI相比,该应用程序的GUI看起来很糟糕。

Our GUI consists of a texfield for adding recipients ie the user clicks "options" to "add recipients" and is taken to a new form where contacts are shown. 我们的GUI包含一个用于添加收件人的texfield,即用户单击“选项”以“添加收件人”,并被带到显示联系人的新表格中。 but the textfield is not in one line (like in case of native app). 但是文本字段不在一行中(例如本机应用程序)。 Also, we need the user to input the text message in a textField since we cannot have textbox inside a form (but the native app has a textbox as well as a textField ). 另外,我们还需要用户在textField中输入文本消息,因为我们不能在表单中包含文本框(但是本机应用程序既具有textbox也具有textField)。 Are there any ways to achieve such GUIs (one-line textfields, textbox like thing inside a form)? 有什么方法可以实现这样的GUI(单行文本字段,文本框,如表单内的东西)?

I hope you all understand what I mean, any kind of help will be appreciated. 希望大家都明白我的意思,任何帮助将不胜感激。

Thanks and regards, Ashish. 谢谢和问候,Ashish。

I assume that you are using javax.microedition.lcdui . 我假设您正在使用javax.microedition.lcdui Have you looked at LWUIT ? 您看过LWUIT吗? It's swing like and some nice features. 它像秋千一样,还有一些不错的功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM