Re: Animated icon for a TopComponent
Paco Barrera <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <CAFS-qLn0dsQV0v_c0VHa88Lwi=+U3LzJmwq_U9fr5B7+8U2=PQ@mail.gmail.com> |
Thank you very much for this tip!! <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Libre de virus. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2> 2016-04-26 22:47 GMT+02:00 Benno Markiewicz <[email protected] >: > > 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 >