Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. └───1
  2. └───2
  3. └───3
  4. ├───controller
  5. │ │ EntryPoint.class
  6. │ │ FXApplet.class
  7. │ │ LoginController.class
  8. │ │ MenuController.class
  9. │ │ TabsController.class
  10. │ │
  11. │ ├───customer
  12. │ │ CustomerSearchController.class
  13. │ │
  14. │ └───note
  15. │ NotePaneController.class
  16. ├───ui
  17. │ │ Empty.fxml
  18. │ │
  19. │ ├───css
  20. │ │ Dark.css
  21. │ │ Debug.css
  22. │ │ Editor.css
  23. │ │ General.css
  24. │ │ Light.css
  25. │ │
  26. │ ├───customer
  27. │ │ CustomerElement.fxml
  28. │ │ CustomerSearch.fxml
  29. │ │ CustomerSearchResult.fxml
  30. │ │ CustomerView.fxml
  31. │ │
  32. │ ├───img
  33. │ │ ├───connectionstate
  34. │ │ │ offline.png
  35. │ │ │ online.png
  36. │ │ │ trying.gif
  37. │ │ │
  38. │ │ ├───editor
  39. │ │ │ error.png
  40. │ │ │ img_loading.gif
  41. │ │ │ ok.png
  42. │ │ │ save_icon.png
  43. │ │ │ saving.gif
  44. │ │ │ snipping.png
  45. │ │ │ unsaved.png
  46. │ │ │
  47. │ │ └───storage
  48. │ │ upload.png
  49. │ │
  50. │ ├───note
  51. │ │ NoteElement.fxml
  52. │ │ NoteSearch.fxml
  53. │ │ NoteSearchResult.fxml
  54. │ │ NoteView.fxml
  55. │ │
  56. │ ├───pane
  57. │ │ Login.fxml
  58. │ │ MainMenu.fxml
  59. │ │ StartupPane.fxml
  60. │ │ Tabs.fxml
  61. │ │
  62. │ └───storage
  63. │ ImagePlaceHolder.fxml
  64. │ Upload.fxml
  65. │ UploadElement.fxml
  66. └───utility
  67. .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement