Re: NetBeans RCP
David Beer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Hi I don't think you can. although I may be wrong. You can easily show a login prompt when your application starts by using a Module Installer. This is run when your application firsts starts up. If you have any further questions please post to [email protected]. Hope this helps David zhangcg wrote: > Hi All, > When I create a RCP, how can I show login window first, and then show > splash form after authentication? > Thanks a lot! > Best Regards!