Search:

Type: Posts; User: GoodbyeWorld

Search: Search took 0.20 seconds.

  1. [SOLVED] Re: My code was showing picture but now it's not!!!!!

    Ok, it's NOT the non-default constructor of Person either as my earlier test class was able to show the picture successfully with it. I tried using the value of the picture attribute read in by my...
  2. [SOLVED] Re: My code was showing picture but now it's not!!!!!

    It's likely in this class. (Note, I might want to get rid of the getCanonicalPath() stuff as that makes it less transferable if stuff is moved to another computer. It was just using it mainly to...
  3. [SOLVED] Re: My code was showing picture but now it's not!!!!!

    I cannot really make a SSCCE as I don't know where the problem is happening at.

    I can get it to work if I load a new Person but not if I load it from the xml. I think it's a glitch either in the...
  4. [SOLVED] Re: My code was showing picture but now it's not!!!!!

    Now things are even stranger, when I tried to fix it. I got it to create the canonical path when it reads the xml file (if the xml file doesn't exist). If that happens, then it adds twice to my...
  5. [SOLVED] My code was showing picture but now it's not!!!!!

    I had a Person class (I mentioned it earlier in other threads) and I had a class called TablePanel and a Tester class. It showed my picture.



    package addressbook.util;

    import...
Results 1 to 5 of 5