voidprady/polara-text-pro-editor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/------------------------------------------------------------------------- / Starter Code and GUI Application / Date: 3/24/2016 /------------------------------------------------------------------------- ---------------------------------------------------------------[ SETUP ]-- Importing Project into eclipse: 1. Create a new Java Project in your workspace 2. Import the starter files: File -> Import -> Select "File System" -> Next -> Browse and set root directory to folder contents of zip were extracted to -> Finish Feel free to use another IDE or manually compile and run your programs. If you need help, google is your friend. -----------------------------------------------------[ ACKNOWLEDGEMENTS]-- A big thank you to Tomas Mikula for creating RichTextFX which was used as the text area in the GUI application. (Link: https://github.com/TomasMikula/RichTextFX)