User Profile

Collapse

Profile Sidebar

Collapse
muliyono
muliyono
Last Activity: Jan 2 '07, 06:42 AM
Joined: Dec 21 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • muliyono
    replied to Aritmetic
    in Java
    Integer.parseIn t()
    What is the function of it ?
    I never use it before
    Is it use to convert the string to integer?
    And how about if the string is alphabet ? Do we need exception to make sure it doesn't error??...
    See more | Go to post

    Leave a comment:


  • muliyono
    replied to Aritmetic
    in Java
    Hello..
    I am a newbie....
    How about you try for this....

    Code:
    import java.awt.*;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import javax.swing.*;
    import java.lang.NumberFormatException;
    
    public class Order1
    {
    public static void main(String[] args)
    {
    MyOrder1 myFrame = new MyOrder1() ;
    
    myFrame.setVisible(true)
    ...
    See more | Go to post
    Last edited by r035198x; Dec 21 '06, 07:13 AM. Reason: code tags

    Leave a comment:

No activity results to display
Show More
Working...