Search:

Type: Posts; User: ni4ni

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    4,409

    How to show empty directories in JTree ?

    Hello

    I am trying to use JTree to show a directory tree on my filesystem.
    The problem is that some of the directories on the file system are empty. JTree, in its default behavior, assumes that a...
  2. Replies
    2
    Views
    2,163

    Re: Making executable JAR more "executable"

    Well, you're right. It is a console application. I am so used to swing applications that I expected it to behave the same...

    Thanks

    Guy
  3. Replies
    2
    Views
    2,163

    Making executable JAR more "executable"

    Hello

    I have written and packed an executable JAR file. When running it in command line using "java -jar" it works fine, but when I double click it (Im on MS Windows 7) nothing happens.

    What...
  4. How to capture standard output from another program ?

    Hello

    I need the following thing and can't figure out how to do it:
    I need to "wrap" a command-line program which is not a java program. My program should invoke it and then capture any output by...
Results 1 to 4 of 4