Re: Represent work in progress on std out
Petterson Mikael wrote:
Hi,
Is there a way in java to represent work in progress( not using a gui)
on command line?
Cheers,
//mikael
You could create a thread that writes say output of an array of say 40
"." one at a time until 40 then start over. Or something like that..
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA
http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.
Relevant Pages
- Re: AppleCommander 1.3.5
... Java package, you'd do something like this from the command line: ... Please don't take me the wrong way, when I did try the GUI version, ... home dot woh dot rr dot com slash jbmatthews ... (comp.sys.apple2.programmer) - Re: How to make java client app to download jar package from server autoly?
... why would you want to use Java to ... command line, as opposed to a program with a GUI? ... JVM needs to load, loads some basic classes, load ... A GUI would be a disaster for this type of work - there is no way I'm ... (comp.lang.java.programmer) - Re: AppleCommander 1.3.5
... Java package, you'd do something like this from the command line: ... Please don't take me the wrong way, when I did try the GUI version, ... and I'm sure that for the reasons you developed ... (comp.sys.apple2.programmer) - Re: Command Line Interface
... > Netbean's 'console window' which it uses for user input and output. ... > understand the problem is tho that Java is a interpretted language and I ... > GUI for them I wanted to impliment a streamed command line mode to edit them ... > in the apps GUI' instead of having to provide dialogs for all of them. ... (microsoft.public.vc.mfc) - Re: Java Application (ie no gui, applets, etc) Beginners Books?
... | learn that then work my way up to GUI's and applets and web ... It is simpler debugging from the command line. ... people scream for when they are learning Java, ... Command line classes can have a GUI put on top ... (comp.lang.java.programmer) |
|