Search:

Type: Posts; User: hexwind

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    2,192

    Re: Open location from JList

    Cheers ! :)
  2. Replies
    13
    Views
    2,192

    Re: Open location from JList

    It worked perfectly !
    I just wasted my time messing around with "\\" in the path, I thought it wouldn't be accepted while it was. anyways. Thanks a bunch for your help sir ;)
  3. Replies
    13
    Views
    2,192

    Re: Open location from JList

    I tried this on a standalone program.
    here is my code


    import java.io.*;
    public class TestRun {
    public static void main(String[] args) throws IOException {
    Runtime r =...
  4. Replies
    13
    Views
    2,192

    Re: Open location from JList

    Great, but how to start it once I double click on an item from my JList? and not only open it, but open it with a particular location
  5. Replies
    13
    Views
    2,192

    Re: Open location from JList

    Exactly (sorry English ain't my native language lol)
  6. Replies
    13
    Views
    2,192

    Re: Open location from JList

    This.
    I want to open a file browser. just like going on Start>My Documents for example. know what I mean?
  7. Replies
    13
    Views
    2,192

    Open location from JList

    Hey everyone

    I have a JList that contain items (file paths). I want each item in the list to take me to that particular path in my computer.
    For example, if i have an item that has "C:\Program...
Results 1 to 7 of 7