Search:

Type: Posts; User: JamesdTurnham

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,381

    Re: Event Handler For a JTextField

    Floats aren't very precise so I will probably switch the textboxes to a formatted text box and I still need to get the comboboxes active, but I got over the first hurdle without to much difficulty. ...
  2. Replies
    8
    Views
    1,381

    Re: Event Handler For a JTextField

    Thanks. I saw that but couldn't figure out til you pointed it out. It works now, but I still have little tweaks to do.
  3. Replies
    8
    Views
    1,381

    Re: Event Handler For a JTextField

    /*
    *
    *
    */

    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.*;
  4. Replies
    8
    Views
    1,381

    Re: Event Handler For a JTextField

    /*
    *
    *
    */

    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.event.*;
  5. Replies
    8
    Views
    1,381

    Event Handler For a JTextField

    /*
    *
    *
    */

    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.text.*;
Results 1 to 5 of 5