Mark
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Mark created a post, AnsweredScratches and Version Control?
I have created series of trivial one file JavaScript apps using the Scrathes mechanism. I want to version control them without all the hoopla of setting a project per file. Really these are trivial... -
Mark created a post, AnsweredAdding JFace/SWT to en existing application - unresolved SWT error
I'm trying to add JFace/SWT to an application I'm building.I prefer this approach to JavaFX due to the native look and feel of the Eclipse widgets.I add the JFace library via the Maven search makin... -
Mark created a post, AnsweredWhat build system to use with IntellIJ and Java application? Gradle or Maven?
Goal is to run CI on GitHub. Eventually, the application will be distributed as a desktop application. Currently the application is being built with IntellIJ build system but it is early days and e... -
-
-
-
-
-
Mark created a post, AnsweredAutocomplete not working for JavaFX project
I'm helping my daughter do a high school coding project. We've got IntelliJ set up and for plain Java Projects the autocomplete/intellisense magic works. She just created her first JavaFX project a...