| 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.
|
| Filename |
rrrr.jpg |
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
|
|
|