Re: Animated icon for a TopComponent
Benno Markiewicz <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAA_aP4gr8nkPSXnGQ6-VysJtWUCpS2EfGMaN=VqeucyupnN4zQ@mail.gmail.com> |
2016-04-26 21:01 GMT+02:00 Paco Barrera <[email protected]>: > I'm read about "BusyTabsSupport" that has method "getBusyIcon" but it has > any method to set the busy icon. BusyTabsSupport is abstract. You have to provide an implementation and register it via the @ServiceProvider annotation. The busyicon itself is here (...old sources follow) https://github.com/JSansalone/NetBeansIDE/blob/master/o.n.swing.tabcontrol/src/org/netbeans/swing/tabcontrol/plaf/BusyIcon.java With kind regards, markiewb