Search:

Type: Posts; User: sebbe605

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    1,261

    [SOLVED] Re: JTextField (JDoubleField etc)

    I ended up going with this method:


    double playTime = Double.parseDouble(this.title.getText());


    I think this will work somewhat good tho ill need to cast some error statements in order for...
  2. Replies
    3
    Views
    1,261

    [SOLVED] JTextField (JDoubleField etc)

    Hello,

    I'm working with a project there ill need to enter some values for an Object and for this i'm using JTextField. However some of the variables are of the types double, int and bool. Is there...
Results 1 to 2 of 2