User Profile
Collapse
-
Lightweight UI for j2me
I am looking for a lightweight(ver y light) UI toolkit for j2me. I have tried LWUIT and some others(Polish, KUIX, etc) and none seems to meet my needs. Thanks -
Myths, Myths, Myths!
J2EE Myths.
I have met a number of java developers who don’t do J2EE. So many of them have so many reasons why they don’t do it. This post is a view at some of these reasons. I call them myths because most of them are actually not true, or not entirely a correct view.
1.J2EE is hard: This is one of the most popular of these myths. The question is J2EE is hard; compared to what? We quickly forget that programming... -
public void actionPerformed (ActionEvent ae) {
//firstTime is boolean. It helps you know if the number is the first
//textPane is a JTextBox(or JTextArea anyhow)
if(firstTime) {
//just display the typed key
textPane.setTex t(ae.getActionC ommand());
firstTime = false;
}
else
{
//get the content of the textPane
String ss = textPane.getTex t();... -
There's actually little or nothing anyone cud do without the code try sending the code or give a clearer descrpn of your problem u can send the code to my mailbox trinisoftinc@ya hoo.comLeave a comment:
No activity results to display
Show More
Leave a comment: