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