站内搜索: 请输入搜索关键词
当前页面: 图书首页 > Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications

Chapter 11.  Adding a Login Dialog - Eclipse Rich Client Platform: Designing, Coding, and Packaging Java Applications

Previous Page
Next Page

Chapter 11. Adding a Login Dialog

At the end of Chapter 10, "Messaging Support," you hard-coded a login server and account so that you could test the newly enabled Hyperbola prototype. That was great for testing, but clearly not realistic. In this chapter, we walk through the creation and use of a login dialog and configuring Hyperbola to automatically log you in when it is started. In addition, we talk about how to:

  • Display a login dialog before the Workbench starts.

  • Ensure that the Hyperbola application's branding icon is shown on the dialog.

  • Manually take down the splash screen before showing the login prompt.

  • Add a preference page.

  • Remember login preferences.


Previous Page
Next Page