Tagged Questions

2
votes
0answers
53 views

A Java Scroll Indicator with floating scrollbars which only appears during scrolling

I need a scroll pane with scrollbars only visible during scroll events or when needed to pull. Something that looks like the scroll bars on the nowadays smartphones. I searched a lot but found only ...
2
votes
3answers
3k views

'Loading circle' or 'busy label' for Swing?

I've used this 'LoadingCircle' project in .net applications. Is there an equivalent component that provides a loading circle for Swing? Are there any other loading indicators available for Swing.
0
votes
1answer
234 views

Change the color of the Java Swing Component Focus indicator

I have a JPanel with a JButton, JTextField and a JTable, and the TAB key traverses these components as expected with a little black box drawn around the component (or cell in case of the JTable) that ...