File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT / JFace and the fly likes Vertical JProgressBar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT / JFace
Reply Bookmark "Vertical JProgressBar" Watch "Vertical JProgressBar" New topic
Author

Vertical JProgressBar

dushantha Rathnayake
Ranch Hand

Joined: Feb 27, 2010
Posts: 91
Hi,

i am using jtattoo api for get smart look for my GUI's. In current situation I want to use vertical jprogressbar. I do it like this.



but the problem is my vertical jprogress bar starts it's value increase from top of the progress area. I want to start it bottom.

Please help me.

Thank you.
[Thumb - rrrr.jpg]
 Filename rrrr.jpg [Disk] Download
 Description GUI Image
 Filesize 448 Kbytes
 Downloaded:  14 time(s)

Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 26720
Don’t know. Can you set a progress bar with its minimum value greater than its maximum? Can you use setValue to set it to i - n rather than n?
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 3218

dushantha Rathnayake wrote:the problem is my vertical jprogress bar starts it's value increase from top of the progress area.

That's not the default behavior in the default Metal LaF. To get better help sooner, post a SSCCE (Short, Self Contained, Compilable and Executable) example that demonstrates the problem.

Also, please use correct capitalization for core Java classes so that we know you're talking about JProgressBar, not some badly named custom class called jprogress bar.


luck, db
There are no new questions, but there may be new answers.
dushantha Rathnayake
Ranch Hand

Joined: Feb 27, 2010
Posts: 91
Hi,

Thank you. This is a default look and feel code.




this is jtattoo enable code.



And this is the api link

http://www.jtattoo.net/downloads/JTattoo.jar

Please help me to do this.

Thank you.
 
 
subject: Vertical JProgressBar
 
Threads others viewed
to change the square of the jprogressbar
Problem with JTable
gui and thread
JWindow - windows L&F
Simulating JProgressBar progress
developer file tools