Search:

Type: Posts; User: cryslam

Search: Search took 0.09 seconds.

  1. Re: revalidating JPanel when image is deleted from file

    I can display a JLabel in the bPanel, and it can show the user whether they uploaded the image sucessfully. but my original problem was to show that the image in the jscrollpane has been deleted once...
  2. Re: revalidating JPanel when image is deleted from file

    I want it shown on pPanel, which consists of the jsplitpane that has the jscrollpane and the button panel

    & I don't' have a component that shows whether the image is sucessfully loaded or can't...
  3. Re: revalidating JPanel when image is deleted from file

    what I mean by "update on pPanel" is that once I have removed an image path from my file system, I want it to show on the panel that it has been deleted/removed

    --- Update ---



    I have, in my...
  4. revalidating JPanel when image is deleted from file

    When the user presses the delete button, the code below runs but, I cannot figure out why, the images I have deleted from the file directory won't update on pPanel. this panel consist of a JSplitPane...
Results 1 to 4 of 4