User Profile

Collapse

Profile Sidebar

Collapse
trinisoftinc
trinisoftinc
Last Activity: Feb 22 '10, 05:02 PM
Joined: Dec 19 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • trinisoftinc
    started a topic Lightweight UI for j2me

    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
    See more | Go to post

  • trinisoftinc
    started a topic Myths, Myths, Myths!

    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...
    See more | Go to post
    Last edited by Markus; Sep 22 '09, 05:07 PM. Reason: Removed URL.

  • 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();...
    See more | Go to post

    Leave a comment:


  • trinisoftinc
    replied to java help with program
    in Java
    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.com
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...