nb-darcula icon indicating copy to clipboard operation
nb-darcula copied to clipboard

Progressbar in statusbar has no border

Open markiewb opened this issue 9 years ago • 3 comments

unnamed 2

markiewb avatar Feb 13 '16 13:02 markiewb

@markiewb; border is there but is clipped, I think it is due to size of progress text. Let me check.

Revivius avatar Mar 14 '16 09:03 Revivius

Perhaps resizing the progressbar height via reflection will do the job. Or adding margins

markiewb avatar Mar 15 '16 19:03 markiewb

@markiewb; I think this is due to custom LayoutManager used by he component that contains the progress bar. Check:

http://hg.netbeans.org/main/file/tip/progress.ui/src/org/netbeans/modules/progress/ui/ListComponent.java

bar.setBounds(barOffset, UPPERMARGIN, offset - barOffset, mainHeight);

how to change that with reflection ?

Revivius avatar Jul 30 '17 08:07 Revivius