Search:

Type: Posts; User: dekon

Search: Search took 0.10 seconds.

  1. Re: radio button with spinner to create an answer in a textarea box

    i'm having trouble with this step


    double tp = 0;
    int noticket = Integer.parseInt(""+numtick.getValue());
    if (single.isSelected()) tp = 1.40;
    {
    ...
  2. Re: radio button with spinner to create an answer in a textarea box

    oh sorry about that i'll be more exact


    import static javax.swing.JOptionPane.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.event.*;
    import javax.swing.*;
    import...
  3. Re: radio button with spinner to create an answer in a textarea box

    i read through it but still don't really understand what to do
  4. radio button with spinner to create an answer in a textarea box

    basically i'm new to java and i'm trying to make a ticket machine and i'm stuck on how to make it so that once a radio button is selected and a value from a spinner is selected it would both times...
Results 1 to 4 of 4