Search:

Type: Posts; User: anmaston

Search: Search took 0.17 seconds.

  1. Re: Class company, class Employee and tester (Having trouble with my computepayroll()

    Read a file and print, using BufferedReader and System.out : File ReaderFile Input OutputJava

    so, no you wouldn't have to use toString, this example outputs to the console. Even if you are...
  2. Re: Dynamically Creating User Selection through ResultSet

    So, I can get an extra column at the end of my jTable, but jTable simply outputs this jRadioButton's memory location as a string, surely this must be a pretty standard thing to do.
  3. Re: Dynamically Creating User Selection through ResultSet

    Sorry, I could have explained myself better.
    Thats right, my application is that of a booking system (or at least this part of it is) and the bookings are made depending on faulty products....
  4. Dynamically Creating User Selection through ResultSet

    Hello,

    So my question is really as simple as the title reads, I'm retrieving some customer products from database and populating a JTable through ResultSet. Using this method can I assign a radio...
  5. Replies
    2
    Views
    3,556

    [SOLVED] Re: java.lang.ArrayIndexOutOfBoundsException

    I thought about what Array Index out of bounds actually means, tinkered with it, got the length and defined a for loop instead of a while.


    if (found != true) { //if the items not...
  6. Replies
    2
    Views
    3,556

    [SOLVED] java.lang.ArrayIndexOutOfBoundsException

    Hi, I posted a question on here a couple of days ago and somebody came back with a reply realllly quickly, I can only hope that it will be the same in this case, heres my code in its entirity (I've...
  7. Re: Adding strings to an array dynamically, how can i do it?

    Hello buddy, I believe that your problem lies in the fact that you havent declared a size for the array.



    public static void main(String[] args) {
    String[] myArr = new String[20];...
  8. Re: Reading from ResultSet to Object and from object Object Array

    ohhhh I seee what you mean, I should have got that from


    So its all working now lovely, I'm still not absolutely sure that I understand
    what was happening before? by my logic my original code...
  9. Re: Reading from ResultSet to Object and from object Object Array

    I think understand what you're saying, i'm pointing to the same object each iteration, therefore my array is only taking the object
    productRS at its final position

    I'm just unsure as to what you...
  10. Reading from ResultSet to Object and from object Object Array

    Hi,

    Firstly, I would like to apologise : I try to stay clear of your forums with my newbie skills and all, however it would be appreciated if somebody would be able to shed some light on this.
    I...
Results 1 to 10 of 10