Tagged Questions

2
votes
0answers
44 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
1answer
85 views

Where can I find information on integrating Java applications into the Ubuntu application indicator menu?

I have a Java application that essentially functions like an instant messaging type of program. Until the recent "upgrades" to Ubuntu with the Unity interface I had a simple icon showing up in the ...
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
231 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 ...
0
votes
0answers
125 views

How do I add visual docking indicators to the Netbeans App platform?

The Netbeans platform is a great framework for dockable desktop apps. However the one thing I don't like about it is the guessing game users have to play when they try to drag and dock their panels. ...