Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-13-2008, 11:32 PM
Member
 
Join Date: Feb 2008
Posts: 22
new_2_java is on a distinguished road
Console Progress Bar
Hi everyone,

I have a stand-alone java program which connects to a remote server and downloads arround some 200 documents to a local drive. The process takes sometimes to complete.

During this time, I would like to display a progress bar or something of that sort. Can someone please help me to correct direction.

I am not using SWING or AWT.

Please advise...


Thanks.
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 02-16-2008, 03:18 AM
CaptainMorgan's Avatar
Moderator
 
Join Date: Dec 2007
Location: NewEngland, US
Posts: 839
CaptainMorgan will become famous soon enoughCaptainMorgan will become famous soon enough
Send a message via AIM to CaptainMorgan
If you're intention to simulate a progress bar through the console, you can write one yourself that grows as a function of the time it takes to connect.
Code:
$bash-3.00 Downloading... $bash-3.00 Progress(50%) $bash-3.00 Progress(89%)
This process involves knowing your code and how to output a simple textual representation, like that above.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
to our beloved Java Forums!
(closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice?
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
Got a little Capt'n in you? (drink responsibly)
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ModSecurity Console 1.0.3 Java Tip Java Announcements 0 04-15-2008 07:44 PM
how to implement progress bar ..... roshithmca AWT / Swing 1 03-06-2008 05:18 PM
Console doesn't appear! PeteMarsh New To Java 2 12-17-2007 06:41 PM
How to get input from Console karma New To Java 2 05-20-2007 12:32 PM


All times are GMT +3. The time now is 08:43 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org