Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Advanced Java programming with JavaFx: Write an email client, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:04:25
    Course introduction
  • Урок 2. 00:06:08
    Setting up a JavaFx project using InteliJ Ideea IDE
  • Урок 3. 00:06:34
    Setting up a JavaFx project using Eclipse IDE
  • Урок 4. 00:06:04
    First JavaFx Program
  • Урок 5. 00:05:28
    Setting the layout using FXML
  • Урок 6. 00:04:02
    Scene Builder
  • Урок 7. 00:01:13
    Section 2 introduction
  • Урок 8. 00:06:57
    Building the login window
  • Урок 9. 00:03:01
    Model-view-controller architectural pattern
  • Урок 10. 00:07:47
    Building the main window
  • Урок 11. 00:04:36
    Making the windows responsive
  • Урок 12. 00:03:51
    Comunicating between controllers
  • Урок 13. 00:06:37
    The abstract controller
  • Урок 14. 00:01:25
    Section 3 introduction
  • Урок 15. 00:06:01
    Initializing stages
  • Урок 16. 00:07:25
    Stage actions
  • Урок 17. 00:06:26
    Building multiple stages
  • Урок 18. 00:11:50
    Configuring the options window
  • Урок 19. 00:08:33
    Css introduction
  • Урок 20. 00:09:13
    Updating the css dynamically
  • Урок 21. 00:08:32
    Css selectors
  • Урок 22. 00:00:41
    Section 4 introduction
  • Урок 23. 00:03:37
    JavaMail setup
  • Урок 24. 00:06:11
    Email account setup
  • Урок 25. 00:08:46
    The login service
  • Урок 26. 00:01:32
    Section 5 intro
  • Урок 27. 00:06:15
    Introduction on JavaFx services
  • Урок 28. 00:05:47
    More info about the Services and overall threads discussion
  • Урок 29. 00:06:07
    JavaFx treeItems for our folder structure
  • Урок 30. 00:08:53
    Fetching the email folder structure
  • Урок 31. 00:04:45
    Fetching all folders
  • Урок 32. 00:01:35
    Section 6 intro
  • Урок 33. 00:04:34
    Getting the messages
  • Урок 34. 00:09:15
    Email message bean
  • Урок 35. 00:09:35
    Adding messages to folder
  • Урок 36. 00:08:19
    TableView setup
  • Урок 37. 00:04:57
    Making unread messages appear bold
  • Урок 38. 00:06:51
    Sorting tableView elements
  • Урок 39. 00:09:15
    Visualizing the messages
  • Урок 40. 00:05:27
    Loading the messages
  • Урок 41. 00:01:11
    Section 7 intro
  • Урок 42. 00:04:06
    The message listener
  • Урок 43. 00:08:07
    Updating folders with new messages
  • Урок 44. 00:05:33
    Receiving emails
  • Урок 45. 00:05:43
    Interacting with messages
  • Урок 46. 00:07:08
    Deleting messages
  • Урок 47. 00:00:59
    Section 8 intro
  • Урок 48. 00:07:45
    Compose messages layout
  • Урок 49. 00:10:01
    Compose messages controller
  • Урок 50. 00:08:45
    Compose messages Service
  • Урок 51. 00:01:31
    Section 9 intro
  • Урок 52. 00:08:45
    Folder icons
  • Урок 53. 00:05:06
    Super css
  • Урок 54. 00:03:09
    Note on unit testing
  • Урок 55. 00:07:32
    Running the program
  • Урок 56. 00:01:50
    Section 10 intro
  • Урок 57. 00:08:24
    Handling attachements with multipart
  • Урок 58. 00:04:48
    Getting attachments
  • Урок 59. 00:10:12
    Email message details window
  • Урок 60. 00:05:31
    Saving attachments to disk
  • Урок 61. 00:11:26
    Custom button class
  • Урок 62. 00:07:36
    Sending emails with attachments
  • Урок 63. 00:01:30
    Section 11 intro
  • Урок 64. 00:08:17
    Persistence introduction
  • Урок 65. 00:09:25
    Saving persisted data
  • Урок 66. 00:10:40
    Encoding persisted data
  • Урок 67. 00:02:41
    End